home *** CD-ROM | disk | FTP | other *** search
- 1/1/89
-
- USER DOCUMENTATION FOR MDHIDDEN.COM, RDHIDDEN.COM AND CDHIDDEN.COM
- ==================================================================
-
- Written by Jason Bargent
-
-
- Purpose of the programs:
-
- The programs were developed for users who wanted to protect
- certain subdirectories from normal MS DOS access. These
- programs allow you to make a hidden subdirectory, and access
- with the normal MS DOS directory commands (eg. CHDIR) is not
- possible. The only way to access the subdirectory is with the
- CDHIDDEN command, and the only way to delete a directory is with
- the RDHIDDEN command (only if the directory is empty, as with DOS)
-
- Examples:
-
- To create a new directory named SECRET on the current drive,
- type:
-
- MDHIDDEN secret
-
- You will be notified if the directory was created successfuly,
- or not.
-
- To enter the new directory (try CD secret to see if it works!),
- type:
-
- CDHIDDEN secret
-
- To remove the new directory, type:
-
- RDHIDDEN secret
-
- ------------------------------------------------------------------------------
- IT IS IMPORTANT THAT YOU DON'T FORGET THE NAMES OF YOUR HIDDEN DIRECTORIES
- ------------------------------------------------------------------------------