home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 October / Chip_1996-10_cd.bin / hry / cstorm / -cstorm.bat next >
DOS Batch File  |  1996-08-26  |  168b  |  11 lines

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