home *** CD-ROM | disk | FTP | other *** search
/ Wizard Games 2 / W_GAMES2.ISO / cdshell / cds.bat next >
DOS Batch File  |  1995-03-02  |  289b  |  22 lines

  1. @echo off
  2. @break off
  3. @cls
  4. @echo CDSHELL, Copyright(c)1993/1995 Mann Peter & MEDIAPLEX GmbH, 61476 Kronberg
  5. goto start0
  6.  
  7. :start0
  8. cdshell.exe
  9. goto level0
  10.  
  11. :level0
  12. @if errorlevel 1 goto level1
  13. @goto ende
  14.  
  15. :level1
  16. @call cdtemp.bat
  17. @cdshell.exe 1 
  18. @goto level0
  19.  
  20. :ende
  21. @cls
  22.