home *** CD-ROM | disk | FTP | other *** search
- echo off
- break off
- REM
- REM Note: ALL drive and path references in this file MUST be configured
- REM for YOUR system. If you install DOSGATE on a hard disk, then
- REM all of the references to "A:" should be changed to "C:". In
- REM some cases (ie: the DRIVES parameter), more than one drive
- REM may need to be specified.
- REM
- REM set DRIVES=drive[;drive:...] only for the drives that you have
- REM INSTALLED!! ie: "set DRIVES=A:;B:" if you leave both A: and B:
- REM floppies installed for the remote user.
- REM or "set DRIVES=C:" if drive C: is the only available drive
- REM
- set DRIVES=A:
- REM
- REM The "set MSG=drive:\path" is for the DOSMAIL utility, and is used by
- REM START.EXE. It is not needed if you do NOT use either the DOSMAIL
- REM package or START.EXE as supplied with the DOSGATE package.
- REM
- set MSG=A:\MAILSYS
- REM
- REM The "set SYSTEM=system name" is used by the DOSMAIL package. You
- REM do NOT need to include it if you are NOT using the DOSMAIL package.
- REM
- set SYSTEM=NM1D-2 : DOSGATE - Derry, NH
- REM
- REM The "set SYSOP=name" is used by the TALK utility. You do NOT need to
- REM use it if you are NOT using the TALK utility.
- REM
- set SYSOP=Rich (NM1D)
- REM
- REM The "path drive:\path" command should point to the directory that
- REM contains your system utilities, the DOSMAIL utilities, etc.
- REM NOTE: Do NOT include a path to the sub-directory that contains the
- REM DOSGATE.EXE driver!!!
- REM
- path A:\DOSSYS;A:\MAILSYS
- REM
- REM The "prompt=promptstring" can be any string that you desire to prompt
- REM the user with. See your DOS documentation for information on how to
- REM use this feature.
- REM
- prompt = NM1D DOSGATE - $p$g
- REM
- REM The following "ced -fDRIVE:\PATH\ced.cfg is used to start the third
- REM party public domain program 'CED'. See the CED documentation for
- REM further information on this program.
- REM
- ced -fA:\DOSSYS\ced.cfg
- REM
- REM The following will invoke the END.EXE program to setup the DOSGATE
- REM environment to be ready for the first user.
- end
-