home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 October
/
PCWorld_2006-10_cd.bin
/
zabezpeceni
/
avdisk
/
avdisk92e.exe
/
SETUP.BAT
< prev
next >
Wrap
DOS Batch File
|
2003-06-18
|
191b
|
10 lines
@echo off
qms.exe
if errorlevel 1 goto end
ren install.dat install.exe
install.exe %1
ren install.exe install.dat
if exist temp.bat call temp.bat
if exist temp.bat del temp.bat
:end