home *** CD-ROM | disk | FTP | other *** search
- @echo off
- @break off
- @cls
- @echo CDSHELL, Copyright(c)1993/1995 Mann Peter & MEDIAPLEX GmbH, 61476 Kronberg
- goto start0
-
- :start0
- cdshell.exe
- goto level0
-
- :level0
- @if errorlevel 1 goto level1
- @goto ende
-
- :level1
- @call cdtemp.bat
- @cdshell.exe 1
- @goto level0
-
- :ende
- @cls
-