home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1995 / ARCHIVE95.iso / discs / pipeline / 5_01 / !PipeDream / !Run < prev    next >
Text File  |  1990-05-22  |  1KB  |  47 lines

  1. | > !PipeDream.!Run
  2. |
  3. | PipeDream 3.11 (22-May-90)
  4. |
  5. Set PipeDream$Dir <Obey$Dir>
  6. |
  7. | Set up file types
  8. |
  9. IconSprites <PipeDream$Dir>.!Sprites
  10. SetMacro Alias$@RunType_DDE   Run <PipeDream$Dir>.!Run %%*0
  11. SetMacro Alias$@PrintType_DDE Run <PipeDream$Dir>.!Run -Print %%*0
  12. Set File$Type_DDE PDream
  13. SetMacro Alias$@RunType_D21   Run <PipeDream$Dir>.!Run -Macro %%*0
  14. Set File$Type_D21 PDMacro
  15. |
  16. | Ensure we have FPEmulator
  17. |
  18. RMEnsure FPEmulator 2.70 If "<System$Path>" = "" then Error 0 System resources cannot be found
  19. RMEnsure FPEmulator 2.70 RMLoad System:Modules.FPEmulator
  20. RMEnsure FPEmulator 2.70 Error You need FPEmulator 2.70 or later
  21. |
  22. | Ensure we have ColourTrans
  23. |
  24. RMEnsure ColourTrans 0.51 If "<System$Path>" = "" then Error 0 System resources cannot be found
  25. RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
  26. RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later
  27. |
  28. | Ensure we have the shared C library
  29. |
  30. Set PipeDream$CLibLoaded 1
  31. RMEnsure SharedCLibrary 0.00 Set PipeDream$CLibLoaded 0
  32. If PipeDream$CLibLoaded=0 then If "<System$Path>" = "" then Error 0 System resources cannot be found
  33. If PipeDream$CLibLoaded=0 then RMLoad System:Modules.CLib
  34. RMEnsure SharedCLibrary 3.40 Error You need SharedCLibrary 3.40 or later
  35. Unset PipeDream$CLibLoaded
  36. |
  37. If "<PipeDream$Path>" = "" then Obey <PipeDream$Dir>.!Path
  38. |
  39. | Allocate fixed memory for documents
  40. |
  41. WimpSlot -min 456k -max 456k
  42. WimpSlot -min 392k -max 392k
  43. |
  44. | Go, Go, Go
  45. |
  46. Run <PipeDream$Dir>.!RunImage %*0
  47.