Hobbes, the following is probably the most secure way to to keep prying eyes out of a folder without spending a penny.
Obtain copies of PKzip and PKunzip. Shell to DOS and CD to the folder you wish to secure. Enter PKZIP -murps MYFILES.ZIP. PKzip will ask you to eneter a password and then verify it. Then PKzip will move all files and folders under the current folder into MYFILES.ZIP.
The only way to access the files will be to use the correct password or a ZIP password cracker (these take a great deal of time and tie up enormous system resources while they are running. The chances that somebody would attemp to crack the password just to see what's inside the ZIP are rather slim).
To use the files and folders, CD to the folder and enter PKUNZIP -ds MYFILES.ZIP. PKunzip will ask for the password and then extract all files and folders. View, create, modify and move the files however you want them and then enter PKZIP -murps MYFILES.ZIP again to move the updated files back into the zip.
PKware file compression with password encryption is great. If you can obtain a copy of Zip Magic (
even better. This program makes zip files behave like folders in the Windows Explorer. You can access the files just like they were stored in an ordinary folder (Zip Magic runs as a shell extention and the compression is completely transparent). I think this is what you were looking for.
Alt255@Vorpalcom.Intranets.com