home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsm / resetsprs / !ResetSpr2 / !Run < prev    next >
Encoding:
Text File  |  1996-06-29  |  1.1 KB  |  27 lines

  1. Set RSprs$Dir <Obey$Dir>
  2. IconSprites <RSprs$Dir>.!Sprites
  3. IfThere <RSprs$Dir>.ROMSprs Then Set RSprs$Flag "True" Else Set RSprs$Flag "False"
  4. If <RSprs$Flag>="False" Then <RSprs$Dir>.!GetSprites
  5.  
  6. |This is the main purpose of the program
  7. IconSprites <RSprs$Dir>.ROMSprs
  8. IconSprites <RSprs$Dir>.DefTools
  9.  
  10. |This resets the palette to the default one supplied
  11. <RSprs$Dir>.DefPalette
  12.  
  13. |If you have a CD drive, then uncomment the next line (ie remove the '|')
  14. |IconSprites <RSprs$Dir>.CDROMSprs
  15.  
  16. |Your first hard disc should be called HardDisc4, if it's not the next line will give you problems. Comment this out if you don't like it. 
  17. Dir ADFS::HardDisc4.$
  18.  
  19. |If you want the program to also put your pinboard back to how you like it then uncomment the next line and save your pinboard as 'Pinboard' in the !ResetSprs application.
  20. |<RSprs$Dir>.Pinboard
  21.  
  22. |If you have a Risc PC, Game On! and keep its modules running constantly then uncomment the next line to make sure they're running. (Game On! must hve been booted already)
  23. |<RSprs$Dir>.ResetGO
  24.  
  25. <RSprs$Dir>.!RunImage
  26.  
  27. Unset RSprs$Flag