home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-22 | 2.6 KB | 122 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- GBlanker
- .fullname
- Garshneblanker
- .type
- Screen Blanker
- .short
- A modular screen blanking package.
- .description
- Garshneblanker is a complete modular screen blanking package designed with
- AmigaDOS 2.04+ in mind. This software takes advantage of all the new
- features of ADOS 2.04+ in order to make it as upwardly compatible with new
- releases as possible. Features: Screen Mode Database use in each module;
- Full Commodities interface; Font sensitive window; Public screen support;
- GadTools interface; IFF Preferences files; Use of tool types to support
- global and local prefs; AppWindow support; AGA Support in all modules!
- Beautiful 256 color displays.
- .version
- 38.8
- .date
- 1994.12.02
- .author
- Michael D. Bayne
- .requirements
- Requires OS2.04+
- .reference
- GoldFish-Vol2-1:Files/util/blank/GBlanker/
- 38.4
- .distribution
- Copyrighted but Freely Redistributable
- .address
- Michael D. Bayne
- 1522 La Playa Apt. 5-110
- (Sunny) San Diego, CA
- 92109
- .email
- mbayne@qualcomm.com
- .source
- Includes source in C.
- .docs
- GBlanker/Readme
- GBlanker_020/Readme
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- util/blank
- .execute
- set choice `RequestChoice "GBlanker" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool GBlanker36.readme TEXT
- endif
-
- if $choice EQ "2"
- cd GBlanker
- MetaTool ReadMe GUIDE
- cd /
- endif
-
- if $choice EQ "3"
- set choice2 `RequestChoice "Version Selection" "Please select a version" "68000" "68020" "Cancel"`
- if $choice2 EQ "0"
- quit 0
- endif
-
- if $choice2 EQ "1"
- cd GBlanker
- Installer SCRIPT Install APPNAME Garshneblanker DEFUSER EXPERT
- cd /
- endif
-
- if $choice2 EQ "2"
- cd GBlanker_020
- Installer SCRIPT Install APPNAME Garshneblanker DEFUSER EXPERT
- cd /
- endif
- endif
-
- if $choice EQ "4"
- set choice2 `RequestChoice "Version Selection" "Please select a version" "68000 - V37" "68000 - V39" "68020 - V37" "68020 - V39" "Cancel"`
- if $choice2 EQ "0"
- quit 0
- endif
-
- if $choice2 EQ "1"
- cd GBlanker
- assign libs: Libs/V37 ADD
- wbrun BGUI/Garshneblanker
- cd /
- endif
-
- if $choice2 EQ "2"
- cd GBlanker
- assign libs: Libs/V39 ADD
- wbrun BGUI/Garshneblanker
- cd /
- endif
-
- if $choice2 EQ "3"
- cd GBlanker_020
- assign libs: Libs/V37 ADD
- wbrun BGUI/Garshneblanker
- cd /
- endif
-
- if $choice2 EQ "4"
- cd GBlanker_020
- assign libs: Libs/V39 ADD
- wbrun BGUI/Garshneblanker
- cd /
- endif
- endif
-