home *** CD-ROM | disk | FTP | other *** search
- TYPE PARADISE
- INTRO
- echo "Amiga Workbench Disk. Release 1.3.2 version 34.28"
- echo " "
- echo " *e[33mHome Front(tm)*e[0m Version 2.0"
- echo " Copyright (C) 1989, 1991 "
- echo " Curtis M. Wood & Designing Minds Inc"
- echo " "
- echo " Distributed By Designing Minds Inc"
- echo " "
- echo " *e[33m512K Users:*e[0m"
- echo " Please refer to the 'Read_Me' file and the S:startup-sequence."
- echo " "
- echo " "
- echo " "
- wait 4
- ;
- ; Below are the options for your startup-sequence file, depending on your memory
- ; and storage requirments.
- ;
- ; Remove the ";" in front of each command to activate it.
- ; Insert a ";" in front of each command to de-activate it.
-
- SetClock load ;load system time from real time clock (A1000 owners should
- ;replace the SetClock load with Date
-
- ; * If you are using a floppy based system then you may want to execute the
- ; following commands to speed up your drive access. This command will take
- ; some memory, but will allow the program to write larger sections of data
- ; at a time.
- ;
- ; AddBuffers df0: 10 ; 512K users De-activate this line!
- ; AddBuffers df1: 10 ; 512K users De-activate this line!
-
- ; * StepRate is for floppy based systems also. This command modifies the
- ; delay that the floppy disk drive head steps. The less the delay the faster
- ; the access to the disk drive. Warning! there are limits to how small this
- ; delay can be, and each brand of disk drive is different. The standard delay
- ; is 3000 we have found most drives to work well at 2200, but before you
- ; experiment with this command, MAKE SURE YOU HAVE BACKUPS!
- ; USE THESE COMMANDS AT YOUR OWN RISK.
- ;
- ; StepRate df0: 2200 ; 512K users De-activate this line!
- ; StepRate df1: 2200 ; 512K users De-activate this line!
-
- ; run >nil: Mainmenu ; 512K users Activate this line!
- LoadWB delay ; 512K users De-activate this line!
- endcli >NIL:
-