home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 October
/
Chip_1996-10_cd.bin
/
hry
/
cstorm
/
-cstorm.bat
next >
Wrap
DOS Batch File
|
1996-08-26
|
168b
|
11 lines
@echo off
call \writeini.bat BAT
cd \CSTORM
go_small
if not exist %TMP%\WRITEINI.EXE goto END
%TMP%\writeini.exe %0
:END
if NOT .%1==. goto EXIT
CSTORM
:EXIT