home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
opus
/
drlk223a.arc
/
WARQBBS.BAT
< prev
Wrap
DOS Batch File
|
1989-12-14
|
516b
|
13 lines
echo off
Echo Sample batch file to run TW1000 v. 902 as a QuickBBS Door
Echo TW1000 is in the directory c:\doors.
Echo in this case OPUS is run as Task 1 (Lastuse1.bbs).
Echo be sure to set up the batch file commands you need for exiting back to
Echo Opus after TWQ.EXE is executed in the DRLINK.CTL file. Those exiting
Echo Command will be written to the spawndor.bat file
drlink /lf:\opus\lastuse1.bbs /qc:\doors\ /ec:\doors\twq.exe /C\opus\drlink.prm
if errorlevel 1 goto QUIT
spawndor.bat
:QUIT
exit