home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 February
/
PCA0297.ISO
/
did
/
demoinst.bat
next >
Wrap
DOS Batch File
|
1996-11-21
|
332b
|
15 lines
REM ASSUME that %1 is the installation unit : Ex c:
REM Le jeu est lance par DID /DEMO DID\TOON1\CARTOON1.EXP
if %1x==x goto usage
md %1\DID
cd %1\DID
copy *.* %1
md %1\DID\FONT
copy FONT\*.* %1\DID\FONT
md %1\DID\APP1
copy TOON1\APP1\*.* %1\DID\APP1
goto fin
:usage
@ECHO Syntaxe : DEMOINST C: (par exemple) ...
:fin