home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / desktop / multiboot / !Boot / !Boot next >
Text File  |  1996-08-26  |  344b  |  10 lines

  1. | Boot file for MultiBoot 1.01
  2. IconSprites <Obey$Dir>.!Sprites
  3. SetEval Boot$WasNotRun 0
  4. If "<Boot$Dir>"="" Then SetEval Boot$WasNotRun 1
  5. If "<Boot$Dir>"="" Then Set Boot$Dir <Obey$Dir>
  6. If "<Boot$Path>"="" Then SetMacro Boot$Path <Boot$Dir>.
  7. WimpSlot -Min 64K -Max 64K
  8. If Boot$WasNotRun=1 Then Run <Obey$Dir>.!RunImage -d 5
  9. UnSet Boot$WasNotRun
  10.