ram:echo " "
ram:echo " "
ram:echo " PageStream2.22 UK hard disk installation.*N"
ram:echo " "
ram:echo " This procedure requires 3MB of free hard drive space."
ram:echo " "
ram:ask  "Do you want to continue? [Press Y to continue or RETURN to exit] "
if NOT WARN
    skip endit
ENDIF
;
ram:failat 30
ram:echo " "
ram:echo " This procedure will create a NEW directory named"
ram:echo " PageStream2 on your hard drive."
ram:echo " "
ram:ask  "Do you want to continue? [Press Y to continue or RETURN to exit] "
if NOT WARN
   skip endit
ENDIF
;
ram:failat 30
;
ram:echo " "
ram:echo "Please type the name of the hard drive on which you want to"
ram:echo "install PageStream (Work:, dh0:, etc) and then press Return:"
ram:getline >RAM:_PGS2
;
ram:CD <RAM:_PGS2 >NIL: ?
IF WARN
  ram:echo "*e[33m*N*N*N  Invalid Hard Disk Partition *N*e[0m"
  SKIP endit
Endif
ram:delete RAM:_PGS2 quiet
;
ram:copy PageStream2Disk1:T/drawer.info to ram:drawer.info
;
ram:makedir PageStream2
ram:copy ram:drawer.info to PageStream2.info quiet
ram:cd PageStream2
;
ram:echo "*NStarting Installation. This will take a few minutes..."
ram:echo " "
;
;
; DISK 1
;
ram:echo " Installing PageStream program..."
ram:echo " "
ram:copy PageStream2Disk1:PageStream2UK to PageStream2UK quiet
ram:copy PageStream2Disk1:PageStream2UK.info to PageStream2UK.info quiet
ram:copy PageStream2Disk1:T/PGSUKPrefs.HD to PGSUKPrefs
;
ram:echo " Installing Drivers..."
ram:echo " "
ram:makedir Drivers
ram:copy PageStream2Disk1:Drivers/#? to Drivers ALL quiet
;
ram:makedir PSFonts
ram:copy ram:drawer.info to PSFonts.info quiet
ram:copy PageStream2Disk1:PSFonts/FONTSSv2 to PSFonts quiet
ram:copy PageStream2Disk1:PSFonts/FONTEQUIVv2 to PSFonts quiet
ram:copy PageStream2Disk1:PSFonts/FONTLISTv2.HD to PSFonts/FONTLISTv2 quiet
;
ram:makedir Graphics
ram:copy ram:drawer.info to Graphics.info quiet
;
ram:makedir Text
ram:copy ram:drawer.info to Text.info quiet
;
ram:makedir Documents
ram:copy ram:drawer.info to Documents.info quiet
;
;
; DISK 2
;
ram:echo " Installing Fonts..."
ram:echo " "
ram:makedir PSFonts/Intellifonts
ram:copy ram:drawer.info to PSFonts/Intellifonts.info quiet
ram:copy PageStream2Disk2:Intellifonts/#? to PSFonts/Intellifonts ALL quiet
;
ram:echo " Installing Hyphenation Dictionary..."
ram:echo " "
ram:makedir Spell
ram:copy PageStream2Disk2:Spell/#? to Spell ALL quiet
;
ram:echo " Installing Printer Drivers..."
ram:echo " "
ram:makedir Printers
ram:copy PageStream2Disk2:Printers/#? to Printers ALL quiet
ram:echo " "
ram:echo " "
ram:echo "Installation Complete!"
ram:echo "You should reboot before starting PageStream2."
ram:echo " "
ram:Wait 5
ram:delete RAM:drawer.info quiet
;
ram:lab endit
;
ram:endcli >nil:
