home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 January
/
CHIPCD1_98.iso
/
rozrywka
/
irchamp
/
-install.bat
next >
Wrap
DOS Batch File
|
1997-09-27
|
295b
|
21 lines
@echo off
call \writeini COPY
if .%1==. goto NODIR
:SDIR
pkunzip irc_main -d -o %1
goto ENDDIR
:NODIR
go_small
:ENDDIR
%2
cd %1
if not exist %TEMP%\WRITEINI.EXE goto NOTEMP
call %TEMP%\writeini IRC
goto END
:NOTEMP
call c:\writeini IRC
:END
if NOT .%1==. goto EXIT
RAL
:EXIT