home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / cdhidden.arj / XXHIDDEN.DOC < prev   
Text File  |  1991-03-01  |  2KB  |  41 lines

  1.                                                                         1/1/89
  2.  
  3.      USER DOCUMENTATION FOR MDHIDDEN.COM, RDHIDDEN.COM AND CDHIDDEN.COM
  4.      ==================================================================
  5.  
  6.                          Written by Jason Bargent
  7.  
  8.  
  9.     Purpose of the programs:
  10.  
  11.         The programs were developed for users who wanted to protect
  12.         certain subdirectories from normal MS DOS access.  These
  13.         programs allow you to make a hidden subdirectory, and access
  14.         with the normal MS DOS directory commands (eg. CHDIR) is not
  15.         possible.  The only way to access the subdirectory is with the
  16.         CDHIDDEN command, and the only way to delete a directory is with
  17.         the RDHIDDEN command (only if the directory is empty, as with DOS)
  18.  
  19.     Examples:
  20.  
  21.         To create a new directory named SECRET on the current drive,
  22.         type:
  23.  
  24.                         MDHIDDEN secret
  25.  
  26.         You will be notified if the directory was created successfuly,
  27.         or not.
  28.  
  29.         To enter the new directory (try CD secret to see if it works!),
  30.         type:
  31.  
  32.                         CDHIDDEN secret
  33.  
  34.         To remove the new directory, type:
  35.  
  36.                         RDHIDDEN secret
  37.  
  38. ------------------------------------------------------------------------------
  39.   IT IS IMPORTANT THAT YOU DON'T FORGET THE NAMES OF YOUR HIDDEN DIRECTORIES
  40. ------------------------------------------------------------------------------
  41.