home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
hry
/
blam!
/
-install.bat
next >
Wrap
DOS Batch File
|
1997-01-19
|
226b
|
15 lines
@echo off
\writeini COPY
blaminst
if not errorlevel 4 goto EXIT
if not exist %TEMP%\WRITEINI.EXE goto NOTEMP
%TEMP%\writeini BLAM!
goto END
:NOTEMP
c:\writeini BLAM!
:END
setup
if NOT .%1==. goto EXIT
blam
:EXIT