home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsd / fileiconz / !FileIconz / !Run < prev    next >
Text File  |  1995-05-24  |  637b  |  23 lines

  1. | !Run file for !FileIconz version IV, 
  2. | © Jon Noble & Andrew Ayre 1995.
  3.  
  4. IF "<Wimp$ScrapDir>" = "" THEN ERROR !Scrap folder not found. Please locate it, double-click on it, and try again.
  5.  
  6. Set FileIconz$Dir <Obey$Dir>
  7. Set FileIconz$Path <Obey$Dir>.Resources.
  8. IconSprites <Obey$Dir>.!Sprites
  9.  
  10. | This is the maximum size of sprite file allowed (in bytes)
  11. | If it crashes when asked to find a type bump the value up a bit,
  12. | until it stops!
  13.  
  14. Set MaxSFileSize 75000
  15.  
  16. | This is the maximum number of sprites in a file allowed.
  17. | The above comments also apply...
  18.  
  19. Set MaxSprites 200
  20.    
  21. WimpSlot -min 128K -max 128K
  22. Run <Obey$Dir>.!RunImage
  23.