home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo Bitte warten ...
- if exist c:\lander\nul goto chek_dir
- md c:\lander
- :chek_dir
- if exist c:\lander\hzdemo.dat\nul goto chek_fil
- md c:\lander\hzdemo.dat
- :chek_fil
- if exist c:\lander\hzdemo.dat\sc.dat goto hz
- ssetup
- :hz
- if not exist c:\lander\hzdemo.dat\bosprog.exe goto ld_in_cd
- c:\lander\hzdemo.dat\bosprog.exe %1 %2 %3 %4 %5 %6
- if errorlevel 344 goto end
- goto hz_fini
- :ld_in_cd
- bosprog %1 %2 %3 %4 %5 %6
- if errorlevel 344 goto end
- :hz_fini
- :end
-
-