home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / discutils / bootup / multiboot / !MultiBoot / !Help next >
Encoding:
Text File  |  1995-06-10  |  3.0 KB  |  72 lines

  1. !Help for !MultiBoot  (c) Phil Norman 10th June 1995
  2.  
  3. Hello.  If you are anything like me when it comes to computers, you will have
  4. wished many times that you could load up !Printers, !PipeDream (or Impression
  5. if you have it) and all the stuff you need for writing letters or producing
  6. great works of publishing.  So, as a result, you will have added 56 lines
  7. to your !Boot file (or application) to load all this stuff.  A little later,
  8. when all you want to do is play a game of Stunt Racer 2000 with a friend
  9. (soon to be a mortal enemy!), you will have cursed and torn your hair out
  10. for writing such a long and time-consuming !Boot file.
  11.  
  12. This is where !MultiBoot comes in.  It is a simple BASIC program which does
  13. little more than see if you're holding any keys down and load up a file.  It
  14. can cope with 27 different !Boot files which can all be run by holding down
  15. a key.  All you need to do is ammend the files in the 'BootFiles' directory,
  16. which is hidden inside the !MultiBoot application directory.
  17.  
  18. Depending on whether you have a !Boot file or application, you should do the
  19. following:
  20.  
  21.  
  22. 1:  For a !Boot file...
  23.  
  24. Copy the contents of your !Boot file into the !Defaults file in the directory
  25. '!MultiBoot.BootFiles'.  Then create a new !Boot file which simply contains:
  26.  
  27.      Filer_Run  <pathname>.!MultiBoot
  28.  
  29. where <pathname> is the name (the FULL name) of the directory in which
  30. !MultiBoot resides.  eg. If you have put !MultiBoot in the directory 'Apps'
  31. on the root of your hard disc (my hard disc is called 'RockHard', but
  32. replace this woth the name of your hard disc), the line should read:
  33.  
  34.      Filer_Run  ADFS::RockHard.$.Apps.!MultiBoot
  35.  
  36. Now skip the next bit and go to 'Creating multiple boot files'.
  37.  
  38.  
  39. 2:  For a !Boot application...
  40.  
  41. NOTE - this is for a RiscPC-style !Boot application.
  42. Find the position of your desktop !Boot file.  This should be:
  43.  
  44.      ADFS::RockHard.$.!Boot.Choices.Boot.Tasks.!Boot
  45.  
  46. Copy !MultiBoot into the same directory where the destop !Boot file resides.
  47. Then, copy the contents of your desktop !Boot file into the !Defaults file
  48. in the directory '!MultiBoot.BootFiles'.  Then, you can delete the original
  49. !Boot file.  You won't need it anymore.
  50.  
  51.  
  52.  
  53.  
  54. Creating multiple boot files
  55.  
  56. To create an alternative boot file, you need to edit one if the Obey files
  57. (with names from A to Z) inside the '!MultiBoot.BootFiles' directory.  For
  58. example, if you want to create a file to put all your favourite games on
  59. the pinboard and load up !FishFS (a pseudo-filing system written by me),
  60. you would probably edit the file entitled 'G' and put all the relevant
  61. commands in there.  If you do a lot of programming and want to create a
  62. file to load up !Zap, !SciCalc, !StrongHelp and !BackDrop (!BackDrop is
  63. a very advanced backdrop plotting application by me), you would probably
  64. edit the file 'B' (for Basic) and type in all the relevant Filer_Runs and
  65. Filer_OpenDirs.
  66.  
  67.  
  68. Using !MultiBoot
  69.  
  70. To access these alternative boot files, simply hold down a key (B to load
  71. file 'B' etc.) while the computer is booting up, and the relevant boot file
  72. will be run.