home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
181.img
/
FUTURE.ZIP
/
PART_TWO.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-05-14
|
700b
|
27 lines
@echo off
:3
if exist %1\aldat2.fpf goto 4
cls
echo Insert Future Classics Collection Disk Two in drive %1.
pause
goto 3
:4
echo Copying Future Classics Collection Disk Two...
copy %1\*.* %2\fc1
if not exist %2\fc1\aldat2.fpf goto installationError
:installDone
%2
cd %2\fc1
echo Future Classics Collection is now installed on your destination disk.
echo To run it, type "FC1".
goto done
:installationError
echo Installation Error: Perhaps there isn't enough space on your destination
echo disk. Future Classics Collection installation requires at least 720k
echo free space.
goto errorDone
:errorDone
echo Future Classics Collection was not installed correctly.
:done