. FAILAT 40 ECHO "Makepath INSTALL V1.01 by Robert Reiswig 08-02-91 ©" ECHO "----------------------------------------------------------------------" ECHO "Makepath will be installed in the SYS: directory. In most cases that" ECHO "will be on a Hard Disk. If this is not the case you may have to" ECHO "install Makepath manually. If you wish to install Makepath on a" ECHO "different partition, then just assign sys: to the partition you want." ECHO "Example: from the cli prompt type: assign sys: work:" ECHO "When Makepath install is done just assign sys: to where it was." ECHO "" ASK "Are you ready to install Makepath? {Y|N}:" IF NOT WARN ECHO "Stoping installtion" SKIP ERROR ENDIF ECHO "Setting up a directory for Makepath ........" MAKEDIR SYS:Makepath IF NOT EXISTS SYS:Makepath ECHO "In order for Makepath Install to work you must have the directory" ECHO "SYS:Makepath or Makepath: assigned to another directory." SKIP ERROR ENDIF ASK "Do you have an accelerator board with a math co-processor? {Y|N}:" IF WARN ECHO "Installing accelerated version of Makepath" SKIP ACC ENDIF ECHO "Installing standard version of Makepath" COPY Makepath:Makepath.info to SYS:Makepath/Makepath.info CLONE QUIET IF WARN ECHO "There was an error while copying Makepath.info" ECHO " The Makepath Install Disk is bad" ECHO " SYS: is full or is write protected." SKIP ERROR ENDIF COPY Makepath:Makepath to SYS:Makepath/Makepath CLONE QUIET IF WARN ECHO "There was an error while copying Makepath" ECHO " The Makepath Install Disk is bad" ECHO " SYS: is full or is write protected." SKIP ERROR ENDIF SKIP LANDS LAB ACC COPY Makepath:Makepath.881.info to SYS:Makepath/Makepath.881.info CLONE QUIET IF WARN ECHO "There was an error while copying Makepath.881.info" ECHO " The Makepath Install Disk is bad" ECHO " SYS: is full or is write protected." SKIP ERROR ENDIF COPY Makepath:Makepath.881 to SYS:Makepath/Makepath.881 CLONE QUIET IF WARN ECHO "There was an error whil copying Makepath.881" ECHO " The Makepath Install Disk is bad" ECHO " SYS: is full or is write protected." SKIP ERROR ENDIF LAB LANDS ECHO "Makepath Install OK ....................." ECHO "" ECHO "Installation all done!" SKIP QUIT LAB ERROR ECHO "" ECHO "An error has occured, Auto-installation has been stopped!" ECHO "" LAB QUIT ECHO " Press {RETURN} " NOLINE ECHO >NIL: ?