home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / acornet / dev / j.spk / !J / !Run < prev    next >
Text File  |  1991-10-24  |  577b  |  14 lines

  1. |J Version 3.4a Copyright (c) 1990, 1991 Iverson Software Inc
  2. Set J$Dir <Obey$Dir>
  3. IconSprites <J$Dir>.!Sprites
  4. Set Alias$J <J$Dir>.!Run -v %%*0
  5. If "<System$Path>"="" then Error 0 System resources cannnot be found
  6. RMEnsure SharedCLibrary 3.50 RMLoad System:Modules.CLib
  7. RMEnsure SharedCLibrary 3.50 Error You need SharedCLibrary 3.50
  8. RMEnsure FPEmulator 2.80 RMLoad System:Modules.FPEmulator
  9. RMEnsure FPEmulator 2.80 Error You need FPEmulator 2.80
  10. RMEnsure BG 0.10 RMLoad <J$Dir>.BG
  11. WimpSlot -min 256K
  12. If "%*0" = "" then Set J$Parameters -d Else Set J$Parameters %*0
  13. <J$Dir>.J
  14.