home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 3 / CDASC03.ISO / maj / 2088 / 4es / dom.bat < prev    next >
DOS Batch File  |  1993-04-01  |  356b  |  26 lines

  1. @echo off
  2. ctty con
  3. test
  4. if errorlevel 1 goto suite
  5. mbios14
  6. :suite
  7. multi/100
  8. mincom/1/30
  9. :debut
  10. domcom/0/S/j
  11. if errorlevel 11 goto maint
  12. if errorlevel 10 goto Sctty
  13. if errorlevel 9 goto prog9
  14. if errorlevel 0 goto sortir
  15. :prog9
  16. echo lancement de programme
  17. MINUTE
  18. goto debut
  19. :maint
  20. mincom/0
  21. multi/0
  22. mbios14/e
  23. :Sctty
  24. ctty com1
  25. :sortir
  26.