home *** CD-ROM | disk | FTP | other *** search
- space %1: 9869 nospace
- godir %1:%4 cantcreate
- rem Make the batch files to run the game
- copy %2:kq6demo.bat ..\kq6demo.bat
- copy %2:*.*
- copy %2:kq6dm.bat kq6demo.bat
- copy %2:kq6dm.bat sierra.bat
- echo %3 > resource.cfg
- ren intro.p01 seq.exe
-
- exists %2:intro.p02 Please insert the disk labeled "Disk 2" in drive %2:.
- copy seq.exe + %2:intro.p02
- exists %2:intro.p03 Please insert the disk labeled "Disk 3" in drive %2:.
- copy seq.exe + %2:intro.p03
- cls
- echo
- echo To play the Kings Quest VI Demo now:
- echo Type KQ6DEMO [ENTER].
- echo
- echo To play the Kings Quest VI Demo later:
- echo From the directory of %1:%4,
- echo Type KQ6DEMO and press [ENTER].
- echo
- pause
- end
- :cantcreate
- alert Unable to create directory %1:%4
- end
- :nospace
- cls
- echo
- echo There is not enough space on %1: to install.
- echo 13.2 megabytes of disk space are necessary.
- pause
- end
-
-
-
-
-
-