home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol9n15.zip / CONCEAL.DOC < prev    next >
Text File  |  1990-07-26  |  2KB  |  53 lines

  1. CONCEAL
  2.  
  3.  
  4. Michael J. Mefford                          September 26, 1990 (Utilities)
  5.  
  6. Purpose:    Provides file security through password protection of 
  7. selected files and a screen-blanking system activated either by a hotkey or 
  8. by a period of keyboard inactivity.  Most options explained below have ON and 
  9. OFF states (default on) that may be entered with the parameters.
  10.  
  11. Format:    CONCEAL [/P password] [filespec] [options]
  12.  
  13. Remarks:    CONCEAL.COM is normally loaded as a TSR requiring 
  14. approximately 1K of RAM, via the AUTOEXEC.BAT line 
  15.  
  16.     CONCEAL /S
  17.  
  18.     Files are then protected with the command
  19.  
  20.     CONCEAL filespec /S
  21.  
  22.     This applies the DOS System attribute to the filespec, making it 
  23. invisible to DOS.  CONCEAL then monitors and fails any attempts to remove the 
  24. System attribute, and any DOS calls to open, delete, rename, or change the 
  25. file attribute of protected files unless the proper password is supplied.  
  26. Legitimate access is provided by the command
  27.  
  28.     CONCEAL /P password filespec /S OFF
  29.  
  30.     This turns off the filespec System attribute, which must later be 
  31. reapplied.  (The /F option allows password-access without removing the System 
  32. attribute, but may not work with all applications.)  The default password 
  33. SHAZAM can be changed with the /N parameter option.  Other file attributes 
  34. (Archive, System, Hidden, Read-only) can be changed with the /A option: 
  35.  
  36.     CONCEAL /A filespec [+|-A] [+|-S] [+|-H] [+|-R]
  37.  
  38.     Hardware screen blanking is provided by entering 
  39.  
  40.     CONCEAL /B nn
  41.  
  42.     where nn is a number of minutes (0 - 60).  The default is 3 minutes, 
  43. and a value of 0 for nn turns blanking off.  The /G option may be entered 
  44. instead of /B to provide a bouncing ball instead of a blank screen display.  
  45. Instant blanking is achieved with a hotkey (default Alt-Z), which may be 
  46. changed to any Alt- or Ctrl- alphanumeric key with the /H option.  From 
  47. graphics mode, the /G option defaults to /B.  To blank over graphics 
  48. applications such as Windows, use the /O parameter.  Adding the /T switch 
  49. will require password entry rather than a simple keystroke to terminate 
  50. screen blanking. The /U switch uninstalls CONCEAL.
  51.  
  52.  
  53.