home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK4 / BUSIN_14 / BRIEF102.ZIP / START.BAT < prev    next >
DOS Batch File  |  1990-03-18  |  435b  |  35 lines

  1. clear
  2. monitor
  3. echo off
  4. :w
  5. type start.txt
  6. ut f
  7. if errorlevel 10 goto ende
  8. if errorlevel 9 goto w
  9. if errorlevel 8 goto w
  10. if errorlevel 7 goto w
  11. if errorlevel 6 goto w
  12. if errorlevel 5 goto w
  13. if errorlevel 4 goto f4
  14. if errorlevel 3 goto f3
  15. if errorlevel 2 goto f2
  16. if errorlevel 1 goto f1
  17. :f1
  18. anleitun
  19. goto w
  20. :f2
  21. hdinstall
  22. goto w
  23. :f3
  24. clear
  25. phillip
  26. goto w
  27. :f4
  28. clear
  29. monitor
  30. registr
  31. goto w
  32. :ende
  33. echo on
  34. cls
  35.