home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / picbase / _pbsetup / files / _run < prev    next >
Encoding:
Text File  |  1994-10-11  |  1.4 KB  |  37 lines

  1. | > !Run for PictureBase v. 1.051 14th-Sep-94
  2. |
  3. | If you have a single speed CD ROM then set the following to 1
  4. | If you have a double speed (or greater) CD Drive then set the following
  5. | to 0, PictureBase will then play the sounds directly from the CD
  6. Set PicBase%SingleSpeedCD 1
  7. |
  8. IconSprites <Obey$Dir>.!Sprites
  9. IconSprites <Obey$Dir>.Sprites3D
  10. Set S-Exec$dir <Obey$Dir>
  11. Set S-Exec$path <Obey$Dir>
  12. If "<S$dir>" = "" then Set S$dir <Obey$Dir>
  13. If "<S$path>" = "" then Set S$path <Obey$Dir>
  14. Set File$Type_c14 S-Data
  15. Set PicBase$Dir <Obey$Dir>
  16.  
  17. RMEnsure GS_Support 1.16 RMLoad <PicBase$Dir>.GS_Support
  18. RMEnsure PicBaseSupport 1.06 RMLoad <PicBase$Dir>.PB_Support
  19. Set File$Type_BC1 PicBase
  20.  
  21. If "<system$path>" = "" then Error 0,"System resources cannot be found. Locate !System on your system disc"
  22.  
  23. RMEnsure fpemulator 2.70 RMLoad system:modules.FPEmulator
  24. RMEnsure fpemulator 2.70 Error 0 "FPEmulator version 2.70 or later required"
  25.  
  26. RMEnsure sharedclibrary 3.50 RMLoad system:modules.CLib
  27. RMEnsure sharedclibrary 3.50 Error 0 "SharedCLibrary version 3.50 or later required"
  28.  
  29. RMEnsure colourtrans 0.52 RMLoad system:modules.Colours
  30. RMEnsure colourtrans 0.52 Error 0 "ColourTrans version 0.52 or later required"
  31.  
  32. RMEnsure FontManager 2.42 Error 0 FontManager 2.42 or later required
  33.  
  34. WimpSlot -min 512k -max 512k
  35. Set Alias$PictureBase Run <PicBase$Dir>.!RunImage %*0 <Obey$Dir> "PictureBas"
  36. If "<PicBase$Dir>" <> "" Then PictureBase
  37.