home *** CD-ROM | disk | FTP | other *** search
/ WinTools & DOS Utilities / YS.ISO / prog / h_henrie / demo / hz.bat < prev    next >
Encoding:
DOS Batch File  |  1994-09-29  |  484 b   |  23 lines

  1. echo off
  2. cls
  3. echo Bitte warten ...
  4. if exist c:\lander\nul goto chek_dir
  5. md c:\lander
  6. :chek_dir
  7. if exist c:\lander\hzdemo.dat\nul goto chek_fil
  8. md c:\lander\hzdemo.dat
  9. :chek_fil
  10. if exist c:\lander\hzdemo.dat\sc.dat goto hz
  11. ssetup
  12. :hz
  13. if not exist c:\lander\hzdemo.dat\bosprog.exe goto ld_in_cd
  14. c:\lander\hzdemo.dat\bosprog.exe %1 %2 %3 %4 %5 %6
  15. if errorlevel 344 goto end
  16. goto hz_fini
  17. :ld_in_cd
  18. bosprog %1 %2 %3 %4 %5 %6
  19. if errorlevel 344 goto end
  20. :hz_fini
  21. :end
  22.  
  23.