home *** CD-ROM | disk | FTP | other *** search
/ Kosovo Orphans' Appeal Charity CD / KosovoOrphansAppeal.iso / compression / _dicottery / _run < prev    next >
Text File  |  1996-09-05  |  873b  |  25 lines

  1. | !Run for !Dicottery - the C version
  2. |
  3.  
  4. | Cor!  My very own aliased directory name, ohyes :-)
  5. Set Dicot$Dir <Obey$Dir>
  6.  
  7. | Lots and lots of toolbox modules
  8. RMEnsure iconbar       RMLoad System:Modules.toolbox.iconbar
  9. RMEnsure menu          RMLoad System:Modules.toolbox.menu
  10. RMEnsure proginfo      RMLoad System:Modules.toolbox.proginfo
  11. RMEnsure saveas        RMLoad System:Modules.toolbox.saveas
  12. RMEnsure tinystubs     RMLoad System:Modules.tinystubs
  13. RMEnsure toolbox       RMLoad System:Modules.toolbox.toolbox
  14. RMEnsure window        RMLoad System:Modules.toolbox.window
  15.  
  16. | And this one handles compression - on board compression due soon, ohyes :-)
  17. RMEnsure LZW 1.02      RMLoad <Dicot$Dir>.Resources.LZW
  18.  
  19. IconSprites <Obey$Dir>.!Sprites
  20.  
  21. | A HUUUUUUUUUUUGE wimpslot - will be reduced when the module is written
  22. WimpSlot -min 64k -max 64k
  23. Run <Dicot$Dir>.!RunImage %*0
  24.  
  25.