home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / packet / dosgate / autoexec.bat < prev    next >
DOS Batch File  |  1988-12-18  |  2KB  |  52 lines

  1. echo off
  2. break off
  3.     REM
  4.     REM Note: ALL drive and path references in this file MUST be configured
  5.     REM       for YOUR system.  If you install DOSGATE on a hard disk, then
  6.     REM       all of the references to "A:" should be changed to "C:".  In
  7.     REM       some cases (ie: the DRIVES parameter), more than one drive
  8.     REM       may need to be specified.
  9.     REM
  10.     REM set DRIVES=drive[;drive:...] only for the drives that you have
  11.     REM INSTALLED!!  ie: "set DRIVES=A:;B:" if you leave both A: and B:
  12.     REM floppies installed for the remote user.
  13.     REM or "set DRIVES=C:" if drive C: is the only available drive
  14.     REM
  15. set DRIVES=A:
  16.     REM
  17.     REM The "set MSG=drive:\path" is for the DOSMAIL utility, and is used by
  18.     REM START.EXE.  It is not needed if you do NOT use either the DOSMAIL
  19.     REM package or START.EXE as supplied with the DOSGATE package.
  20.     REM
  21. set MSG=A:\MAILSYS
  22.     REM
  23.     REM The "set SYSTEM=system name" is used by the DOSMAIL package.  You
  24.     REM do NOT need to include it if you are NOT using the DOSMAIL package.
  25.     REM
  26. set SYSTEM=NM1D-2 : DOSGATE - Derry, NH
  27.     REM
  28.     REM The "set SYSOP=name" is used by the TALK utility.  You do NOT need to
  29.     REM use it if you are NOT using the TALK utility.
  30.     REM
  31. set SYSOP=Rich (NM1D)
  32.     REM
  33.     REM The "path drive:\path" command should point to the directory that
  34.     REM contains your system utilities, the DOSMAIL utilities, etc.
  35.     REM NOTE: Do NOT include a path to the sub-directory that contains the
  36.     REM       DOSGATE.EXE driver!!!
  37.     REM
  38. path A:\DOSSYS;A:\MAILSYS
  39.     REM
  40.     REM The "prompt=promptstring" can be any string that you desire to prompt
  41.     REM the user with.  See your DOS documentation for information on how to
  42.     REM use this feature.
  43.     REM
  44. prompt = NM1D DOSGATE - $p$g
  45.     REM
  46.     REM The following "ced -fDRIVE:\PATH\ced.cfg is used to start the third
  47.     REM party public domain program 'CED'.  See the CED documentation for
  48.     REM further information on this program.
  49.     REM
  50. ced -fA:\DOSSYS\ced.cfg
  51.     REM
  52.