home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / opus / drlk223a.arc / MENU.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-12-14  |  299 b   |  10 lines

  1. echo off
  2. drlink /lE:\opus\lastus01.bbs /U /ce:\opus\Drlink.prm MENU
  3. rem if any errors occur in DRLINK, it exits with an errorlevel.
  4. if errorlevel 1 GOTO QUIT
  5. rem when using MENU you have -must- invoke spawndor.bat. (Drlink will write the SPAWNDOR.BAT file)
  6. spawndor.bat
  7. :QUIT
  8. cd \opus
  9. EXIT
  10.