home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / hry / blam! / -install.bat next >
DOS Batch File  |  1997-01-19  |  226b  |  15 lines

  1. @echo off
  2. \writeini COPY
  3. blaminst
  4. if not errorlevel 4 goto EXIT
  5. if not exist %TEMP%\WRITEINI.EXE goto NOTEMP
  6. %TEMP%\writeini BLAM!
  7. goto END
  8. :NOTEMP
  9. c:\writeini BLAM!
  10. :END
  11. setup
  12. if NOT .%1==. goto EXIT
  13. blam
  14. :EXIT
  15.