home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / b / bmpsprite / !BMPSprite / !Boot next >
Text File  |  1996-02-05  |  406b  |  16 lines

  1. | >!Boot file for BMPSprite
  2. | by Darren Salt
  3. | FREEWARE based on FromBMP and ToBMP by David Thomas for Acorn Computing
  4.  
  5. Set BMPSprite$Dir <Obey$Dir>
  6. IconSprites <Obey$Dir>.!Sprites
  7. Set File$Type_690 Clear
  8. Set File$Type_69C BMP
  9.  
  10. | Maps '/BMP' extension to RISC OS filetype (if DOSFS present)
  11.  
  12. Set DOS$Present 1
  13. RMEnsure DOSFS 0 Set DOS$Present 0
  14. If "<DOS$Present>"="1" Then DosMap BMP BMP
  15. UnSet DOS$Present
  16.