home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 011.lha / c / autokb < prev    next >
Text File  |  1986-11-10  |  1KB  |  41 lines

  1. echo "AutoKB! Version 1.2.0 (C) 1986, Alonzo M. Gariepy"
  2. echo " "
  3. echo "Insert kickstart in drive DF0: and a blank disk in drive DF1:"
  4. echo " "
  5. diskcopy df0: to df1:
  6. kickbench df1:
  7. if exists c:diskchange
  8. diskchange df1:
  9. else
  10. echo " "
  11. echo "Please remove and reinsert the disk in drive DF1:"
  12. endif
  13. makedir df1:c
  14. makedir df1:s
  15. makedir df1:libs
  16. makedir df1:devs
  17. makedir df1:l
  18. makedir df1:system
  19. makedir df1:fonts
  20. echo " "
  21. echo "Make sure you copy the new version of *"kick*" to df1:c/kick"
  22. echo " "
  23. echo "Now copy all the system stuff onto the disk yourself.  If you"
  24. echo "want the disk to automatically re-arm itself, then have the"
  25. echo "startup-sequence execute *"kick*" with no arguments.  You may"
  26. echo "want it to copy *"kick*" to RAM: in case you need to disarm and"
  27. echo "swap the KB disk for some reason.  You could then type:"
  28. echo " "
  29. echo "         ram:kick df0: disarm "
  30. echo " "
  31. echo "The KB disk would need to be inserted and re-armed before you"
  32. echo "power down.  You could re-arm it by typing *"kick*" if it was"
  33. echo "in drive DF0:."
  34. echo " "
  35. echo "Make sure the system files you put on your new KB disk match"
  36. echo "the operating system version of the kickstart disk you used."
  37. echo "When you are finished copying and editing the startup-sequence"
  38. echo "you should arm the KB disk with *"kick DF1:*" so you can try"
  39. echo "it out.  Power down, insert it into drive DF0: and power on."
  40. echo " "
  41.