home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / opus / drlk223a.arc / WAR.BAT < prev    next >
DOS Batch File  |  1989-12-14  |  552b  |  15 lines

  1. Echo Sample batch file to run TW1000 v. 903 as an RBBS Door
  2. Echo TW1000 is in the directory c:\doors.
  3. Echo The RBBS Dorinfo1.def linking file will be written in c:\doors
  4. Echo in this case OPUS is run as Task 1 (Lastuse1.bbs).
  5. drlink /lf:\opus\lastuse1.bbs /qe:\doors\ /cdrlink.prm
  6. if errorlevel 1 goto QUIT
  7. cd \doors
  8. twq e:\doors\dorinfo1.def
  9. cd \opus
  10. :QUIT
  11. exit
  12. Echo *ALWAYS* exit your batch files so that OPUS will be returned
  13. Echo to the point in the .BBS file that it left off at.
  14. Echo (Sometimes helps with strange message counters)
  15.