home *** CD-ROM | disk | FTP | other *** search
- | > !Run for PictureBase v. 1.051 14th-Sep-94
- |
- | If you have a single speed CD ROM then set the following to 1
- | If you have a double speed (or greater) CD Drive then set the following
- | to 0, PictureBase will then play the sounds directly from the CD
- Set PicBase%SingleSpeedCD 1
- |
- IconSprites <Obey$Dir>.!Sprites
- IconSprites <Obey$Dir>.Sprites3D
- Set S-Exec$dir <Obey$Dir>
- Set S-Exec$path <Obey$Dir>
- If "<S$dir>" = "" then Set S$dir <Obey$Dir>
- If "<S$path>" = "" then Set S$path <Obey$Dir>
- Set File$Type_c14 S-Data
- Set PicBase$Dir <Obey$Dir>
-
- RMEnsure GS_Support 1.16 RMLoad <PicBase$Dir>.GS_Support
- RMEnsure PicBaseSupport 1.06 RMLoad <PicBase$Dir>.PB_Support
- Set File$Type_BC1 PicBase
-
- If "<system$path>" = "" then Error 0,"System resources cannot be found. Locate !System on your system disc"
-
- RMEnsure fpemulator 2.70 RMLoad system:modules.FPEmulator
- RMEnsure fpemulator 2.70 Error 0 "FPEmulator version 2.70 or later required"
-
- RMEnsure sharedclibrary 3.50 RMLoad system:modules.CLib
- RMEnsure sharedclibrary 3.50 Error 0 "SharedCLibrary version 3.50 or later required"
-
- RMEnsure colourtrans 0.52 RMLoad system:modules.Colours
- RMEnsure colourtrans 0.52 Error 0 "ColourTrans version 0.52 or later required"
-
- RMEnsure FontManager 2.42 Error 0 FontManager 2.42 or later required
-
- WimpSlot -min 512k -max 512k
- Set Alias$PictureBase Run <PicBase$Dir>.!RunImage %*0 <Obey$Dir> "PictureBas"
- If "<PicBase$Dir>" <> "" Then PictureBase
-