home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
opus
/
drlk223a.arc
/
WAR.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-12-14
|
552b
|
15 lines
Echo Sample batch file to run TW1000 v. 903 as an RBBS Door
Echo TW1000 is in the directory c:\doors.
Echo The RBBS Dorinfo1.def linking file will be written in c:\doors
Echo in this case OPUS is run as Task 1 (Lastuse1.bbs).
drlink /lf:\opus\lastuse1.bbs /qe:\doors\ /cdrlink.prm
if errorlevel 1 goto QUIT
cd \doors
twq e:\doors\dorinfo1.def
cd \opus
:QUIT
exit
Echo *ALWAYS* exit your batch files so that OPUS will be returned
Echo to the point in the .BBS file that it left off at.
Echo (Sometimes helps with strange message counters)