home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / blank / gblanker / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-22  |  2.6 KB  |  122 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. GBlanker
  6. .fullname
  7. Garshneblanker
  8. .type
  9. Screen Blanker
  10. .short
  11. A modular screen blanking package.
  12. .description
  13. Garshneblanker is a complete modular screen blanking package designed with
  14. AmigaDOS 2.04+ in mind.  This software takes advantage of all the new
  15. features of ADOS 2.04+ in order to make it as upwardly compatible with new
  16. releases as possible.  Features: Screen Mode Database use in each module;
  17. Full Commodities interface; Font sensitive window; Public screen support;
  18. GadTools interface; IFF Preferences files; Use of tool types to support
  19. global and local prefs; AppWindow support; AGA Support in all modules!
  20. Beautiful 256 color displays.
  21. .version
  22. 38.8
  23. .date
  24. 1994.12.02
  25. .author
  26. Michael D. Bayne
  27. .requirements
  28. Requires OS2.04+
  29. .reference
  30. GoldFish-Vol2-1:Files/util/blank/GBlanker/
  31. 38.4
  32. .distribution
  33. Copyrighted but Freely Redistributable
  34. .address
  35. Michael D. Bayne
  36. 1522 La Playa Apt. 5-110
  37. (Sunny) San Diego, CA
  38. 92109
  39. .email
  40. mbayne@qualcomm.com
  41. .source
  42. Includes source in C.
  43. .docs
  44. GBlanker/Readme
  45. GBlanker_020/Readme
  46. .described-by
  47. Dan Fish (daf@starfish.amigalib.com)
  48. .submittal
  49. Downloaded via ftp from wuarchive.wustl.edu.
  50. .aminet-dir
  51. util/blank
  52. .execute
  53. set choice `RequestChoice "GBlanker" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  54.  
  55. if $choice EQ "0"
  56.   quit 5
  57. endif
  58.  
  59. if $choice EQ "1"
  60.   MetaTool GBlanker36.readme TEXT
  61. endif
  62.  
  63. if $choice EQ "2"
  64.   cd GBlanker
  65.   MetaTool ReadMe GUIDE
  66.   cd /
  67. endif
  68.  
  69. if $choice EQ "3"
  70.   set choice2 `RequestChoice "Version Selection" "Please select a version" "68000" "68020" "Cancel"`
  71.   if $choice2 EQ "0"
  72.     quit 0
  73.   endif
  74.  
  75.   if $choice2 EQ "1"
  76.     cd GBlanker
  77.     Installer SCRIPT Install APPNAME Garshneblanker DEFUSER EXPERT    
  78.     cd /
  79.   endif
  80.  
  81.   if $choice2 EQ "2"
  82.     cd GBlanker_020
  83.     Installer SCRIPT Install APPNAME Garshneblanker DEFUSER EXPERT    
  84.     cd /
  85.   endif
  86. endif
  87.  
  88. if $choice EQ "4"
  89.   set choice2 `RequestChoice "Version Selection" "Please select a version" "68000 - V37" "68000 - V39" "68020 - V37" "68020 - V39" "Cancel"`
  90.   if $choice2 EQ "0"
  91.     quit 0
  92.   endif
  93.  
  94.   if $choice2 EQ "1"
  95.     cd GBlanker
  96.     assign libs: Libs/V37 ADD
  97.     wbrun BGUI/Garshneblanker
  98.     cd /
  99.   endif
  100.  
  101.   if $choice2 EQ "2"
  102.     cd GBlanker
  103.     assign libs: Libs/V39 ADD
  104.     wbrun BGUI/Garshneblanker
  105.     cd /
  106.   endif
  107.  
  108.   if $choice2 EQ "3"
  109.     cd GBlanker_020
  110.     assign libs: Libs/V37 ADD
  111.     wbrun BGUI/Garshneblanker
  112.     cd /
  113.   endif
  114.  
  115.   if $choice2 EQ "4"
  116.     cd GBlanker_020
  117.     assign libs: Libs/V39 ADD
  118.     wbrun BGUI/Garshneblanker
  119.     cd /
  120.   endif
  121. endif
  122.