home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
392.img
/
OUT3INC2.ZIP
/
INSTALL.BAT
next >
Wrap
DOS Batch File
|
1990-08-25
|
864b
|
31 lines
echo off
echo Hard Drive installation program for Once Upon a Time...
echo
echo This program will install Once Upon a Time.. on your hard drive
echo in its own subdirectory. The process will take several minutes.
echo If you wish to cancel this installation, press CTRL-C now.
echo Otherwise, press any key to continue.
Pause
echo Creating directories...
%1:
cd \
md once3
cd once3
md ega
md cga
md scene1
md scene2
md scene3
copy a:\once3\*.* %1:\once3\*.*
copy a:\once3\ega\*.* %1:\once3\ega\*.*
echo Please insert Disk 2.
Pause
copy a:\once3\cga\*.* %1:\once3\cga\*.*
copy a:\once3\scene1\*.* %1:\once3\scene1\*.*
echo Please insert Disk 3.
Pause
copy a:\once3\scene2\*.* %1:\once3\scene2\*.*
copy a:\once3\scene3\*.* %1:\once3\scene3\*.*
echo Installation completed on drive %1!
echo Type Once and press ENTER to run the program.