home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Play 2 (Suomi)
/
PCPLAY2_1.ISO
/
install
/
planets.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
|
1998-02-14
|
175 b
|
16 lines
@echo off
cls
IF EXIST c:\Planets\Wpdemo.exe GOTO GO
cd \Demos\Planets
call Go_small
c:
cd \Planets
call Wpsetup.exe
cls
:GO
c:
cd \Planets
Wpdemo.exe
:End
cls