home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / microsft / clients / win95 / install.bat < prev    next >
DOS Batch File  |  1996-01-11  |  127b  |  7 lines

  1. set __loc=%1
  2. shift
  3. start /wait %__loc%\msie20.exe
  4. if NOT ERRORLEVEL 1 goto done
  5. start /wait %__loc%\IENTLM.EXE
  6. :done
  7. exit