home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 October / Chip_1996-10_cd.bin / hry / team1 / -teamf1.bat next >
DOS Batch File  |  1996-08-25  |  191b  |  12 lines

  1. @echo off
  2. call \writeini.bat BAT
  3. cd \team_f1
  4. install
  5. if errorlevel 1 goto EXIT
  6. if not exist %TMP%\WRITEINI.EXE goto END
  7. %TMP%\writeini.exe %0
  8. :END
  9. if NOT .%1==. goto EXIT
  10. f1
  11. :EXIT
  12.