home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo ---------------
- echo - sword quest -
- echo ---------------
- d:
- cd\door\sq
- if exist inuse.txt goto oops!
- rem > inuse.txt
- copy c:\ra\%node%\dorinfo1.def
-
- rem MARK and RELEASE are from TSRCOM29.ZIP. they are necessary to keep
- rem your system from locking up with BASIC programs!
-
- mark
- combat
- release
- del inuse.txt
- goto end
- :oops!
- if %port% == 0 goto oops!l
- type c:\ra\used.txt > com%port%
- goto regend
- :oops!l
- type c:\ra\used.txt
- :regend
- dvcomand wait 20
- :end
- c:
- cd\ra\%node%
-