home *** CD-ROM | disk | FTP | other *** search
- .
- FAILAT 40
-
- ECHO "VISTA INSTALL V1.01 by Robert Reiswig June 15, 1990 ©"
- ECHO "----------------------------------------------------------------------"
-
- ECHO "Vista will be installed in the SYS: directory. In most cases that"
- ECHO "will be on a HardDisk. If this is not the case you may have to"
- ECHO "install Vista manually. (If you wish to install Vista on a different"
- ECHO "partition, then just assign sys: to the partition you want."
- ECHO "Example: from the cli prompt type: assign sys: work:"
- ECHO "When Vista install is done just assign sys: to where it was."
- ECHO ""
-
- ASK "Are you ready to install Vista? {Y|N}:"
- IF NOT WARN
- ECHO "Stoping installtion"
- SKIP ERROR
- ENDIF
-
- ECHO "Setting up a directory for Vista ........"
- MAKEDIR SYS:VISTA
- IF NOT EXISTS SYS:VISTA
- ECHO "In order for Vista Install to work you must have the directory"
- ECHO "SYS:VISTA or VISTA: assigned to another directory."
- SKIP ERROR
- ENDIF
-
- ECHO "Setting up a directory for Vista Landscapes........"
- MAKEDIR SYS:VISTA/Landscapes
- IF NOT EXISTS SYS:VISTA/Landscapes
- ECHO "There was an error in setting up the Landscape directory"
- SKIP ERROR
- ENDIF
-
- IF NOT EXISTS SYS:Empty.info
- COPY VISTA:landscapes.info SYS:VISTA.info CLONE QUIET
- SKIP YESEMPTY
- ENDIF
-
- COPY SYS:Empty.info SYS:VISTA.info CLONE QUIET
-
- LAB YESEMPTY
-
- IF NOT EXISTS SYS:Empty.info
- COPY VISTA:landscapes.info SYS:VISTA/landscapes.info CLONE QUIET
- SKIP YESEMPTY1
- ENDIF
-
- COPY SYS:Empty.info SYS:VISTA/landscapes.info
-
- LAB YESEMPTY1
-
- ASK "Do you have an A500 Plus {Y|N}:"
- IF WARN
- ECHO "Installing A500 Plus version of Vista"
- SKIP ACC
- ENDIF
-
- ECHO "Installing standard version of Vista"
-
- COPY VISTA:Vista.info to SYS:VISTA/Vista.info CLONE QUIET
- IF WARN
- ECHO "There was an error while copying Vista.info"
- ECHO " The Vista Install Disk is bad"
- ECHO " SYS: is full or is write protected."
- SKIP ERROR
- ENDIF
-
- COPY VISTA:Vista to SYS:VISTA/Vista CLONE QUIET
- IF WARN
- ECHO "There was an error while copying Vista"
- ECHO " The Vista Install Disk is bad"
- ECHO " SYS: is full or is write protected."
- SKIP ERROR
- ENDIF
-
- SKIP LANDS
-
- LAB ACC
-
- COPY VISTA:Vista.A500.Plus.info to SYS:VISTA/Vista.A500.Plus.info CLONE QUIET
- IF WARN
- ECHO "There was an error while copying Vista.A500.Plus.info"
- ECHO " The Vista Install Disk is bad"
- ECHO " SYS: is full or is write protected."
- SKIP ERROR
- ENDIF
-
- COPY VISTA:Vista.A500.Plus to SYS:VISTA/Vista.A500.Plus CLONE QUIET
- IF WARN
- ECHO "There was an error whil copying Vista.A500.Plus"
- ECHO " The Vista Install Disk is bad"
- ECHO " SYS: is full or is write protected."
- SKIP ERROR
- ENDIF
-
- LAB LANDS
-
- ECHO "Vista Install OK ....................."
-
- COPY VISTA:landscapes/#?.SCAPE#? to SYS:VISTA/landscapes CLONE QUIET
- COPY VISTA:landscapes.info to SYS:VISTA.info CLONE QUIET
- IF WARN
- ECHO "There was an error while copying Vista.info"
- ECHO " The Vista Install Disk is bad"
- ECHO " SYS: is full or is write protected."
- SKIP ERROR
- ENDIF
- ECHO "Landscapes Installed OK .............."
-
- ECHO ""
- ECHO "Installation all done!"
- DH0:c/endcli
-
- LAB ERROR
- ECHO ""
- ECHO "An error has occured, Auto-installation has been stopped!"
- ECHO ""
-
- DH0:C/ENDCLI
-
-