home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kids Cube
/
7_Science.iso
/
planet65
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1995-03-24
|
377b
|
23 lines
@ECHO OFF
Cls
If "%1"=="" Goto Fehler
ECHO Creating Directory %1\Planets
md %1\Planets
Copy Planets.exe %1\Planets
Copy Location.cfg %1\Planets
Copy *.txt %1\Planets
Copy *.dbf %1\Planets
Copy *.diz %1\Planets
Copy *.key %1\Planets
Copy *.dat %1\Planets
%1
cd \Planets
Cls
Planets
Goto Ende
:Fehler
Echo Please type Install c: or Install d:
:Ende