home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Interactive 3
/
CDROMAG3.iso
/
pc
/
gallery
/
sshock
/
playdemo.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1994-10-05
|
156 b
|
10 lines
@echo off
if %1a==a goto usage
echo Come back soon, and next time play the demo!
goto done
:usage
echo Please run sshock to play the demo!
:done