home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / commercial / emerald / librarian / !Librarian / !Run < prev    next >
Text File  |  1994-01-23  |  766b  |  15 lines

  1. |> !Run for !Librarian, Copyright © 1992-1994, Emerald Publishing.
  2. %if "<System$Path>" = "" then ERROR 0 System resources cannot be found
  3. %rmensure BorderUtils 0.02 rmload <Obey$Dir>.BorderUtil
  4. %rmensure BorderUtils 0.02 error You need BorderUtils 0.02 or later for this application
  5. | At the moment Librarian builds an internal red-black tree to index all the
  6. | pages. Since the PRM is over 3000 pages, this tree requires a lot of memory.
  7. | Librarian should be re-coded to avoid using such a tree.
  8. %wimpslot -min 1024K -max 1024K
  9. %set Librarian$Dir <Obey$Dir>
  10. %iconsprites <Librarian$Dir>.!Sprites
  11. %if "<File$Type_BCE" = "" then set File$Type_BCE BookFile
  12. %set Alias$@RunType_BCE run <Librarian$Dir>.!Run %%*0
  13. %wimpslot -min 1024K
  14. %run <Librarian$Dir>.Librarian %*0
  15.