home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 July
/
CITE.ISO
/
menue
/
demoarch
/
05970015.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Windows-1252 (detected)
Wrap
DOS Batch File
|
1997-03-26
|
249 b
|
19 lines
cd \menue
cls
w95det
if errorlevel 2 goto toy95
echo.
echo Leider benötigt dieses Programm
echo Windows 95!!!
echo Sorry!
pause
goto endall
:toy95
restart.exe
cd \demos\toy
setup.exe
exit
:endall