home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo -------------------
- echo - trade wars 2002 -
- echo -------------------
- D:
- cd\door\tw\TRADEWAR
- if exist inuse.txt goto oops!
- rem > inuse.txt
- copy c:\ra\%node%\dorinfo1.def
- if %port% == 0 goto localon
- tw2002 -qBBS
- goto localoff
- :localon
- tw2002 -qbbs
- :localoff
- del inuse.txt
- goto end
- :oops!
- if %port% == 0 goto oops!l
- type c:\ra\used.txt > com%port%:
- goto oops!end
- :oops!l
- type c:\ra\used.txt
- :oops!end
- dvcomand wait 20
- :end
- C:
- cd\ra\%node%
-