home *** CD-ROM | disk | FTP | other *** search
- echo off
- drlink /lE:\opus\lastus01.bbs /U /ce:\opus\Drlink.prm MENU
- rem if any errors occur in DRLINK, it exits with an errorlevel.
- if errorlevel 1 GOTO QUIT
- rem when using MENU you have -must- invoke spawndor.bat. (Drlink will write the SPAWNDOR.BAT file)
- spawndor.bat
- :QUIT
- cd \opus
- EXIT
-