home *** CD-ROM | disk | FTP | other *** search
/ 10 jaar 1990-2000 / 10 JAAR HVB.bin / data / 14-2 / JAY.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-05-19  |  485 b   |  28 lines

  1.   @echo off
  2.   echo off
  3.   cls
  4.   if not exist jaymins.exe goto fout
  5.   jaymins
  6.   if errorlevel 1 goto einde  
  7.   if not exist jay2.bat goto fout
  8.   jay2.bat
  9.   goto einde
  10. :fout
  11.   echo Bestand niet gevonden
  12.   pause
  13. :einde
  14.   @echo off
  15.   echo off
  16.   cls
  17.   if exist ..\..\hvb.bat if exist ..\..\hvbstart.bat goto rethvb
  18.   if exist ..\start.bat if exist ..\spelmenu.exe goto retstart
  19.   goto eindaf
  20. :rethvb
  21.   cd ..
  22.   cd ..
  23.   hvb.bat
  24. :retstart
  25.   cd ..
  26.   start.bat
  27. :eindaf
  28.