home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 May
/
PCW596.iso
/
wtest
/
microsft
/
clients
/
win95
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1996-01-11
|
127b
|
7 lines
set __loc=%1
shift
start /wait %__loc%\msie20.exe
if NOT ERRORLEVEL 1 goto done
start /wait %__loc%\IENTLM.EXE
:done
exit