home *** CD-ROM | disk | FTP | other *** search
- echo "Creating Directory."
-
- MakeDir "Dh0:Second Front"
-
- echo "Copying Files . . . ."
- copy "Empty.info" "Dh0:Second Front.info"
-
- copy "Second Front:#?" "Dh0:Second Front" all quiet
- cd "DH0:Second Front"
- delete disk.info quiet
- delete hdinstall quiet
- delete hdinstall.info quiet
- delete empty.info quiet
- delete Trashcan.info
-
- if warn
- echo "Error installing 'Second Front' onto your hard drive!!!"
- echo "Delete the 'Second Front' file from your hard drive,"
- echo "and try again. "
- echo "If you ran out of disk space, you must have AT LEAST"
- echo "800K available on your hard drive to succeed."
- wait 20
- else
- echo " "
- echo " 'Second Front' successfully installed on the Hard disk."
- wait 2
- echo " "
- echo "Open the Second Front Folder on the Hard drive and double click on the"
- echo " SF Icon to begin the game."
- wait 5
- endif
-