home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Share 9
/
MEDIASHARE_09.ISO
/
bbs
/
1edit276.zip
/
DOSSHELL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-07-12
|
562b
|
30 lines
REM This batch file should be used only as a guide for doing a true Drop to
REM DOS from within 1-Edit and 1-Edit-RA.
@echo off
if %1 == 0 goto LOCAL
:NotLocal
REM Use CTTY GATE1 or CTTY GATE2 if you are using Gateway!
REM Otherwise, use CTTY COM1 or CTTY COM2...
REM CTTY COM1
CTTY GATE1
goto SHELL
:LOCAL
REM This is local mode because %1 (baud) = 0
CTTY CON
goto SHELL
:SHELL
cd\
command.com
CTTY CON
REM Be sure to change the directory back to the QuickBBS program directory
REM in your batch file!
cd\QBBS
echo on