home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 37
/
PCGAMER37.bin
/
games
/
ddrome
/
data.z
/
aipath.bat
< prev
next >
Wrap
DOS Batch File
|
1996-07-03
|
2KB
|
57 lines
echo off
echo Building AI path 0
del aipath0.zxf
airead aipath0.dxf aipath0.zxf > aipath0.out
IF NOT ERRORLEVEL 1 goto NEXT1
echo Error Building aipath0.zxf... file not built.
del aipath0.zxf
:NEXT1
echo Building AI path 1
del aipath1.zxf
airead aipath1.dxf aipath1.zxf > aipath1.out
IF NOT ERRORLEVEL 1 goto NEXT2
echo Error Building aipath1.zxf... file not built.
del aipath1.zxf
:NEXT2
echo Building AI path 2
del aipath2.zxf
airead aipath2.dxf aipath2.zxf > aipath2.out
IF NOT ERRORLEVEL 1 goto NEXT3
echo Error Building aipath2.zxf... file not built.
del aipath2.zxf
:NEXT3
echo Building AI path 3
del aipath3.zxf
airead aipath3.dxf aipath3.zxf > aipath3.out
IF NOT ERRORLEVEL 1 goto NEXT4
echo Error Building aipath3.zxf... file not built.
del aipath3.zxf
:NEXT4
echo Building AI path 4
del aipath4.zxf
airead aipath4.dxf aipath4.zxf > aipath4.out
IF NOT ERRORLEVEL 1 goto NEXT5
echo Error Building aipath4.zxf... file not built.
del aipath4.zxf
:NEXT5
echo Building AI path 5
del aipath5.zxf
airead aipath5.dxf aipath5.zxf > aipath5.out
IF NOT ERRORLEVEL 1 goto NEXT6
echo Error Building aipath5.zxf... file not built.
del aipath5.zxf
:NEXT6
echo Building AI path 6
del aipath6.zxf
airead aipath6.dxf aipath6.zxf > aipath6.out
IF NOT ERRORLEVEL 1 goto NEXT7
echo Error Building aipath6.zxf... file not built.
del aipath6.zxf
:NEXT7
echo Building AI path 7
del aipath7.zxf
airead aipath7.dxf aipath7.zxf > aipath7.out
IF NOT ERRORLEVEL 1 goto NEXT8
echo Error Building aipath7.zxf... file not built.
del aipath7.zxf
:NEXT8