home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Review 54
/
CDREVIEW.iso
/
tnrun.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
Wrap
DOS Batch File
|
1996-03-11
|
207 b
|
22 lines
if exist c:\games\tndemo\setup.bat goto rungam
if exist c:\tndemo\setup.bat goto runtn
:rungam
c:
cd\
cd games
cd tndemo
tndemo
goto end
:runtn
c:
cd\
cd tndemo
tndemo
got end
:end