home *** CD-ROM | disk | FTP | other *** search
- ; Disk Initialization Batch file for HardPrep
- ; (C)Copyright 1986 Hexis Design
- ; Last Update: July 21,1986
-
- @SetExitCode 27 @IFerror MacStart @IFescKey StdAbort BEGIN @GOTO MacStart
- :MacStart @SETarg4 1 @IFarg1eq DRIVE2 InitDriveTwo @IFarg2eq DRIVE2 InitDriveTwo
- @IFarg3eq DRIVE2 InitDriveTwo @Goto WeHaveDriveNum :InitDriveTwo @SETarg4 2
- :WeHaveDriveNum @IFarg1eq AUTOCON DriveIsTyped @IFarg2eq AUTOCON DriveIsTyped
- @IFarg3eq AUTOCON DriveIsTyped @NOT @IFmenu T DriveIsTyped
- @IFerror StdAbort T @IFmenu @ARG4 OKtoPickDrive @IFerror StdAbort @CLEARMENU
- @Message 4 5 " You MUST define drive one before drive Two"
- @Goto WaitAbort :OKtoPickDrive @IFerror BIOSnotActive @ARG4 @IFmenu
- ManualParams NoMFGhelp @KEYEND @Message 7 5
- " Please select the drive manufacturer" :NoMFGhelp
- @Input @IFmenu T WaitAbort @Input T 1 @KEYESC @NOT
- @IFmenu D BIOSnotActive @Goto DriveIsTyped :TypeError
- @IFmenu T TERRonMain @KEYESC @IFmenu T TERRonMain @KEYESC :TERRonMain
- @NOT @IFmenu D BIOSnotActive @Goto StdAbort
- :DriveIsTyped @IFerror WaitAbort @IFarg4eq 1 OnDrive @IFmenu N CanXchgDrive
- @IFerror StdAbort @ClearMenu
- @Message 4 5 " Unable to select drive TWO" @Goto WaitAbort
- :CanXchgDrive N :OnDrive @IFerror WaitAbort
- @IFarg1eq AUTOCON DoLockout @IFarg2eq AUTOCON DoLockout @IFarg3eq AUTOCON
- DoLockout @Goto DoLowLevel :DoLowLevel @IFerror MenuError I S Y
- @IFerror NULL @LevelInput @IFmenu StandardInit StdAbort @KEYRIGHT @input @KEYCR
- @Goto NormalExit :DoLockout @IFerror MenuError I L Y @IFerror NULL
- @LevelInput @Goto NormalExit :WaitAbort @Message 5 5
- " PRESS ANY KEY TO ABORT " @SETarg3 @UserKey @Goto
- StdAbort :BIOSnotActive @CLEARMENU @Message 10 5 " " @Message 11 5 " "
- @Message 12 5 " HardPrep is unable to communicate to the Controller,"
- @Message 13 5 " This is most likely due to the use of an AT-clone"
- @Message 14 5 " " @Message 15 5 " To Continue with the initialization:"
- @Message 16 5 " " @Message 17 5
- " 1) Place your DOS system diskette into drive A:"
- @Message 18 5 " 2) Reboot the computer--press <Ctrl><Alt><Del>"
- @Message 19 5 " 3) Re-insert the SpeedStor diskette into drive A:"
- @Message 20 5 " 4) Restart this initialization procedure"
- @Message 21 5 " " @Message 22 5 " " @Message 23 5 " "
- @Message 15 5 " To Continue with the initialization: " :InfLoop
- @SETarg3 @UserKey @NOT @IFarg3eq @KEYESC InfLoop :REWIND @Goto StdAbort
- :MenuError @IFerror StdAbort @Message 24 5
- "**ERROR** Menu Unaccessible, press any Key to Abort" @SETarg3
- @UserKey :StdAbort @SetExitCode 27 @KEYESC @KEYESC @KEYESC @KEYESC @KEYESC
- :NormalExit @SetExitCode 0 quit @KEYESC @KEYESC @KEYESC
-
- ; THE END