home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / zabezpeceni / avdisk / avdisk92e.exe / SETUP.BAT < prev    next >
DOS Batch File  |  2003-06-18  |  191b  |  10 lines

  1. @echo off
  2. qms.exe
  3. if errorlevel 1 goto end
  4. ren install.dat install.exe
  5. install.exe %1
  6. ren install.exe install.dat
  7. if exist temp.bat call temp.bat
  8. if exist temp.bat del temp.bat
  9. :end
  10.