home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / mus / misc / pt_prefs / product-info next >
Fred Fish's Product-Info  |  1995-10-13  |  1KB  |  51 lines

  1. .name
  2. PTPrefs
  3. .type
  4. Sound Playing
  5. .aminet-dir
  6. mus/misc
  7. .short
  8. Changes look of various players
  9. .description
  10. This little tool lets to change the pictur,pointer and font of
  11. most Protrackers,Soundtrackers,Noisetrackers,Startrekkers,...
  12.  
  13. It converts the stuff that your trackers uses to standart IFF
  14. pictures,which can then be edited by your favourite painting program.
  15. If the pictures fits your personal taste,you can put them back
  16. into the tracker.The next time you start that program,it will use
  17. that stuff that you have patched in.
  18. .version
  19. 1.03
  20. .author
  21. MNT
  22. .requirements
  23. OS2.04+
  24. Reqtools.library
  25. .distribution
  26. Freeware
  27. .address
  28. Postfach 1172
  29. 76327 Pfinztal
  30. Germany
  31. .docs
  32. PT_Prefs.guide
  33. .described-by
  34. Richard Fish (rjf@amigalib.com)
  35. .submittal
  36. Submitted on disk directly by the author.
  37. .execute
  38. set choice `RequestChoice "PT_Prefs" "Please select an option" "View Guide" "Run Program" "Cancel"`
  39.  
  40. if $choice EQ "0"
  41.   quit 5
  42. endif
  43.  
  44. if $choice EQ "1"
  45.   MetaTool PT_Prefs.guide GUIDE
  46. endif
  47.  
  48. if $choice EQ "2"
  49.   PT_Prefs
  50. endif
  51.