Summary: Hi I need some help on a problem i have come across please. Im making a folder security program not for any real reason just so that i can learn some ...
Summary: gpp- Thanks for the response. This particular system will only have one authorized user, so I don't have a need to maintain a database of users (for ...
Summary: I would like to be able to change the permissions on folders programmatically, i.e. add or remove local and/or global groups from a folder's ACL. I h...
Summary: Hi, Its me again with yet another problem.... I'm making a program that checks for file existence on a server, and then compares the text from two tex...
Summary: I am trying to write a batch file that will delete files in a windows secured temp folder. It is located C:\documents and settings\userprofile\local ...
Summary: Hi all, well i'm more used to hanging around the win98/me and hardware boards but I have been asked to try and create an online ordering form for som...
Summary: Hello all, Does anyone know where I can get a program that simply prompts a user to enter a password before opening a folder? All of the security prog...
Summary: Hi, I am facing some problem while creating a share folder. There are 2 types of shares : 1. NTFS Security Share Permissions and 2. OPen SHare i.e. ac...
Summary: If you are asking how to assign a password to a folder, depending on how the system is laid out, you can also use NTFS permissions to enhance security...
Summary: Change the bold from ref to href. @echo off if exist index.htm ( del index.htm ) if exist index.tmp ( del index.tmp ) echo ^<head^> > index.ht...
Summary: Is there a VB script that can traverse just through a set of folders and subfolders (not files) and rename them from "JAN" to 1JAN", "FEB" to 2FEB", "...
Summary: I currently have a logoff script that erases shortcuts off a users desktop and leaves only the All Users shortcuts which admins can control. The only...
Summary: I am writing a program that requires a subroutine to be able open Folders or directories. The objective is to input a folder pathway have the program ...
Summary: Hi i was wondering what is your opinion on the procedural approach in programming a software versus an oriented-object approach in term of security W...
Summary: i have 2 questions regarding files in C++. the first, how can you make folders, and how can you delete files and folders. this is for a console appl...
Summary: I run Apache 2.0 under a Gentoo Linux environment, as well as Win 2000 Pro. I use the method you describe above. As long as you have the .htaccess in ...
Summary: I have a large amount of folders with many files in each one and I want to to be able to rename all of the files in the sub folders to the name of the...
Summary: Is there a way to copy the contents of a folder from a dos prompt, without knowing the full folder name?? Ex. XCOPY "C:\ResultsLog\232005*" "C:\Scrip...
Summary: blah, hey, umm, i need to be able to copy a folder with all the files and folders in it to another location, using a batch file. can anybody help me ?...
Summary: Can someone tell me how i can get a list of subdirectories and store them into an array? for example, at the DOS command prompt if you type in 'dir' i...
Summary: H, I would like to know how to put security on a VB6 Program, after or before deployment, so that people can't see my code? Anything is greatly apprec...
Summary: Hi everyone i need some help please i have made this ftp script but what i want to do is transfer a folder over ftp i cant seem to get it to work it w...