home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / misc / runlame / product-info < prev   
Encoding:
Text File  |  1995-10-23  |  1.3 KB  |  56 lines

  1. .name
  2. RunLame
  3. .author
  4. Bilbo the first
  5. .version
  6. 1.34
  7. .description
  8. A smart degrader, more lame programs work, fixes the following lame coding:
  9. not considering caches; not considering the location of the vbr; assuming
  10. screenmode is an old chipset mode; assuming sprite resolution is lores;
  11. turning off sprite DMA in the wrong way.  Comes with a GUI and lots of
  12. user-friendly features.  Also includes RunLameInfiltrator, which enables
  13. you to permanently fix lame programs.  Has passed an extremely careful
  14. beta-testing.
  15. .described-by
  16. Richard Fish
  17. .reference
  18. FreshFish-Dec93:New/util/misc/RunLame/
  19. 1.32
  20. FreshFish-Mar94:Old/Dec93/util/misc/RunLame/
  21. 1.32
  22. FrozenFish-Apr94:BBS/Dec93/util/misc/RunLame.lha
  23. 1.32
  24. FreshFish-Dec93:Old/Util/RunLame/
  25. 1.28
  26. FreshFish-Mar94:Old/Oct93/Util/RunLame/
  27. 1.28
  28. FreshFish-Oct93:New/Util/RunLame/
  29. 1.28
  30. FrozenFish-Apr94:BBS/Oct93/Util/RunLame.lha
  31. 1.28
  32. .short
  33. A smart degrader for stupid programs.
  34. .aminet-dir
  35. util/misc
  36. .execute
  37. set choice `RequestChoice "RunLame" "Please select an option" "View Guide" "Run Program" "Cancel"`
  38.  
  39. if $choice EQ "0"
  40.   quit 5
  41. endif
  42.  
  43. if $choice EQ "1"
  44.   cd docs
  45.   set filechoice `RequestFile TITLE "Select File" PATTERN "#?.guide"`
  46.   set dirchoice `pathname $filechoice`
  47.   set filechoice `basename $filechoice`
  48.   failat 21
  49.   cd $dirchoice
  50.   MetaTool $filechoice GUIDE
  51. endif
  52.  
  53. if $choice EQ "2"
  54.   bin/RunLame
  55. endif
  56.