home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo ------------------
- echo - ghost town ]I[ -
- 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\gt3
- if exist inuse.txt goto oops!
- rem > inuse.txt
- copy c:\ra\%node%\dorinfo1.def dorinfo%1.def
- mark
- if %port% == 0 goto localon
- bio /r%node% /x5 /z30 /y:c:\ra\text
- goto localoff
- :localon
- bio /l /n
- :localoff
- release
- del dorinfo?.def
- 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%
-