home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GCW Games & More & Wacky Windows Companion
/
gcw.iso
/
d
/
sshock
/
playdemo.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-05
|
156b
|
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