home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / HOMEFRONTV2.0.DMS / in.adf / s / startup-sequence < prev   
Encoding:
Text File  |  1991-12-03  |  2.0 KB  |  49 lines

  1. TYPE PARADISE
  2. INTRO
  3. echo "Amiga Workbench Disk. Release 1.3.2 version 34.28"
  4. echo "  "
  5. echo "            *e[33mHome Front(tm)*e[0m Version 2.0"
  6. echo "              Copyright (C) 1989, 1991 "
  7. echo "        Curtis M. Wood & Designing Minds Inc"
  8. echo "  "
  9. echo "         Distributed By Designing Minds Inc"
  10. echo "  "
  11. echo " *e[33m512K Users:*e[0m"
  12. echo " Please refer to the 'Read_Me' file and the S:startup-sequence."
  13. echo "  "
  14. echo "  "
  15. echo "  "
  16. wait 4
  17. ;
  18. ; Below are the options for your startup-sequence file, depending on your memory
  19. ;       and storage requirments.
  20. ;
  21. ;  Remove the ";" in front of each command to activate it.
  22. ;  Insert a   ";" in front of each command to de-activate it. 
  23.  
  24. SetClock load       ;load system time from real time clock (A1000 owners should
  25.                     ;replace the SetClock load with Date
  26.  
  27. ; * If you are using a floppy based system then you may want to execute the 
  28. ;   following commands to speed up your drive access.  This command will take
  29. ;   some memory, but will allow the program to write larger sections of data
  30. ;   at a time.
  31. ;
  32. ; AddBuffers df0: 10              ; 512K users De-activate this line!
  33. ; AddBuffers df1: 10              ; 512K users De-activate this line!
  34.  
  35. ; * StepRate is for floppy based systems also. This command modifies the 
  36. ;   delay that the floppy disk drive head steps.  The less the delay the faster
  37. ;   the access to the disk drive.  Warning! there are limits to how small this 
  38. ;   delay can be, and each brand of disk drive is different.  The standard delay
  39. ;   is 3000 we have found most drives to work well at 2200, but before you
  40. ;   experiment with this command, MAKE SURE YOU HAVE BACKUPS! 
  41. ;   USE THESE COMMANDS AT YOUR OWN RISK.
  42. ;
  43. ; StepRate df0: 2200              ; 512K users De-activate this line!
  44. ; StepRate df1: 2200              ; 512K users De-activate this line!
  45.  
  46. ; run >nil: Mainmenu              ; 512K users Activate this line!
  47.  LoadWB delay                      ; 512K users De-activate this line!
  48. endcli >NIL:
  49.