home *** CD-ROM | disk | FTP | other *** search
/ 10 jaar 1990-2000 / 10 JAAR HVB.bin / data / 11-2 / PINBAL.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-07-05  |  257 b   |  18 lines

  1. @echo off
  2. @cls
  3. :Begin
  4. IF NOT EXIST PINBINS.EXE GOTO Fout
  5. pinbins
  6. IF ERRORLEVEL 1 GOTO Einde
  7. IF NOT EXIST PINBALL.EXE GOTO Fout
  8. hgcibm /e > NUL
  9. pinball
  10. hgcibm /u > NUL
  11. GOTO Begin
  12. :Fout
  13. ECHO Bestand niet gevonden
  14. PAUSE
  15. :Einde
  16. @echo off
  17. @cls
  18.