home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo --------------
- echo - drag races -
- echo --------------
- if %port% == 0 goto helpregl
- type c:\ra\helpreg.txt > com%port%:
- goto regend
- :helpregl
- type c:\ra\helpreg.txt
- :regend
- dvcomand wait 20
- d:
- cd\door\drace
- if exist d:\door\drace\inuse.txt goto oops!
- rem > d:\door\drace\inuse.txt
- copy c:\ra\%node%\dorinfo1.def/v
- mcrace
- del dorinfo1.def
- del d:\door\drace\inuse.txt
- goto end
- :oops!
- if %port% == 0 goto oops!l
- type c:\ra\used.txt > com%port%:
- goto oopsend
- :oops!l
- type c:\ra\used.txt
- :oopsend
- dvcomand wait 20
- :end
- c:
- cd\ra\%node%
-