home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / packet / dosgate / urgent.doc < prev    next >
Text File  |  1988-12-08  |  2KB  |  68 lines

  1. URGENT.DOC - important information!
  2.  
  3. It is VERY important that certain files are never found by the users.
  4.  
  5. For instance, DOSGATE.EXE if executed would attempt to come up in terminal
  6. emulation mode.  This would bypass the operating system and crash the system
  7. as far as the user was concerned!  Keep this file in a place where the user
  8. WILL NOT STUMBLE across it and DO NOT keep it in a directory specified by
  9. 'PATH'.
  10.  
  11. One simple way to protect the system is to use a third party tool call 'CED'.
  12. It allows one to make "synonyms" to replace any command.  Use it to
  13. map all of the following commands to the supplied program 'SORRY':
  14.  
  15.         DOSGATE = sorry
  16.         DEL    = sorry
  17.         ERASE    = sorry
  18.         SET    = sorry
  19.         FORMAT    = sorry
  20.         PROMPT    = sorry
  21.  
  22.  The following synonyms may also be created for packet radio operations:
  23.  
  24.     BYE    = DISC
  25.     B    = DISC
  26.     QUIT    = DISC
  27.     D    = DISC
  28.  
  29.  Some other synonyms to help the novice DOS user out:
  30.  
  31.     ROOT    = CD \
  32.     UP    = CD ..
  33.  
  34.  Some synonyms to help with other DOSGATE/DOSMAIL commands:
  35.  
  36.     R    = READ
  37.     L    = LIST
  38.     S    = SEND
  39.     H    = HELP
  40.     INFO    = HELP
  41.  
  42.  A *SIMPLE* way to keep users from accessing drives that may not be
  43.  available:
  44.  
  45.     A:    = SORRY
  46.     B:    = SORRY
  47.  
  48.  
  49. NOTE: CED is a public domain tool that has been included here for your
  50.       convenience.  There is NO CHARGE for CED.  The documentation for
  51.       CED is in the file CED.DOC.
  52.  
  53. Also, it would be a good idea to set the hidden attibute on files such as
  54.     AUTOEXEC.BAT
  55.     CONFIG.SYS
  56.  
  57.  and on some directories such as
  58.     MAILSYS
  59.     DOSSYS
  60.  
  61. This helps to keep users from snooping around in areas that they shouldn't.
  62. It is not foolproof, and any user who is very familiar with DOS can get
  63. around these mechanisms.  But most users don't know DOS all that well.
  64.  
  65. You may use other names for the various directories for further protection
  66. as long as you change all references to those directories in the appropriate
  67. files.
  68.