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

  1. echo off
  2. Echo Sample batch file to run TW1000 v. 902 as a QuickBBS Door
  3. Echo TW1000 is in the directory c:\doors.
  4. Echo in this case OPUS is run as Task 1 (Lastuse1.bbs).
  5. Echo be sure to set up the batch file commands you need for exiting back to
  6. Echo Opus after TWQ.EXE is executed in the DRLINK.CTL file. Those exiting
  7. Echo Command will be written to the spawndor.bat file
  8. drlink /lf:\opus\lastuse1.bbs /qc:\doors\ /ec:\doors\twq.exe /C\opus\drlink.prm
  9. if errorlevel 1 goto QUIT
  10. spawndor.bat
  11. :QUIT
  12. exit
  13.