home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 October
/
Chip_1996-10_cd.bin
/
hry
/
team1
/
-teamf1.bat
next >
Wrap
DOS Batch File
|
1996-08-25
|
191b
|
12 lines
@echo off
call \writeini.bat BAT
cd \team_f1
install
if errorlevel 1 goto EXIT
if not exist %TMP%\WRITEINI.EXE goto END
%TMP%\writeini.exe %0
:END
if NOT .%1==. goto EXIT
f1
:EXIT