home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inside Multimedia 1994 August
/
IMM0894.ISO
/
demo
/
mplex
/
disk2
/
cdshell
/
cds.bat
next >
Wrap
DOS Batch File
|
1994-03-06
|
286b
|
21 lines
@echo off
@break off
@echo CDSHELL, Copyright(c)1993/1994 Mann Peter,86343 Königsbrunn & MEDIAPLEX GmbH
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