home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo off
- cls
- if not exist jaymins.exe goto fout
- jaymins
- if errorlevel 1 goto einde
- if not exist jay2.bat goto fout
- jay2.bat
- goto einde
- :fout
- echo Bestand niet gevonden
- pause
- :einde
- @echo off
- echo off
- cls
- if exist ..\..\hvb.bat if exist ..\..\hvbstart.bat goto rethvb
- if exist ..\start.bat if exist ..\spelmenu.exe goto retstart
- goto eindaf
- :rethvb
- cd ..
- cd ..
- hvb.bat
- :retstart
- cd ..
- start.bat
- :eindaf
-