home *** CD-ROM | disk | FTP | other *** search
- | !Run file for !FileIconz version IV,
- | © Jon Noble & Andrew Ayre 1995.
-
- IF "<Wimp$ScrapDir>" = "" THEN ERROR !Scrap folder not found. Please locate it, double-click on it, and try again.
-
- Set FileIconz$Dir <Obey$Dir>
- Set FileIconz$Path <Obey$Dir>.Resources.
- IconSprites <Obey$Dir>.!Sprites
-
- | This is the maximum size of sprite file allowed (in bytes)
- | If it crashes when asked to find a type bump the value up a bit,
- | until it stops!
-
- Set MaxSFileSize 75000
-
- | This is the maximum number of sprites in a file allowed.
- | The above comments also apply...
-
- Set MaxSprites 200
-
- WimpSlot -min 128K -max 128K
- Run <Obey$Dir>.!RunImage
-