home *** CD-ROM | disk | FTP | other *** search
- .name
- ForceIcon
- .type
- Workbench tool
- .short
- Substitute Icon images and positions
- .description
- ForceIcon is an utility mainly for users of CDRom drives
- or users of networking software capable of sharing devices
- and icons. Since one can not snapshot the position of a
- volume`s icon (on read only media), nor replace it by a
- user-defined one, I wrote this utility. ForceIcon allows
- you to set the position of a disk`s icon and/or replace
- it by a different image/icon which doesn`t have to be a
- disk.info file. All types of ".info" files may be selected.
- Special features include inheritance of device specific
- settings, specifying the root drawer`s size/position
- and display flags/modes. ForceIcon may even change the look
- and position of AppIcons.
- .version
- 1.8
- .date
- 1995.01.27
- .author
- Kai Iske
- .reference
- FreshFish-Vol8-2:BBS/util/ForceIcon-1.6.lha
- 1.6
- GoldFish-Vol2-1:Files/util/wb/ForceIcon/
- 1.6
- GoldFish-Vol2-2:BBS/util/ForceIcon-1.6.lha
- 1.6
- FreshFish-Vol6:BBS/util/ForceIcon-1.6.lha
- 1.6
- FreshFish-Vol6:New/util/wb/ForceIcon/
- 1.6
- AmigaLibDisk984:ForceIcon/
- 1.4
- FreshFish-May94:BBS/AmigaLib/d984/ForceIcon.lha
- 1.4
- FreshFish-May94:New/AmigaLibDisks/d984/ForceIcon/
- 1.4
- FrozenFish-Apr94:BBS/ALib/d9xx/d984/ForceIcon.lha
- 1.4
- GoldFish1-Apr94:BBS/d9xx/d984/ForceIcon.lha
- 1.4
- GoldFish2-Apr94:d9xx/d984/ForceIcon/
- 1.4
- FreshFish-Jul94:BBS/os20/ForceIcon-1.2.lha
- 1.2
- FreshFish-Mar94:New/os20/wb/ForceIcon/
- 1.2
- FreshFish-May94:BBS/Mar94/os20/wb/ForceIcon.lha
- 1.2
- FrozenFish-Apr94:BBS/Mar94/os20/wb/ForceIcon.lha
- 1.2
- .requirements
- Requires OS 2.0 (37.175)
- Requires MUI (MagicUserInterface) version 7 (MUI 2.0)
- .distribution
- Giftware
- .address
- Kai Iske
- Brucknerstrasse 18
- 63452 Hanau
- Germany
- .email
- iske@informatik.uni-frankfurt.de
- .source
- SAS/C source included 178K
- .construction
- SAS/C 6.51 with optimization
- .docs
- ForceIcon.guide
- ForceIcon.doc
- .submittal
- Submitted electronically directly by the author.
- .aminet-dir
- util/wb
- .execute
- set choice `RequestChoice "ForceIcon" "Please select an option" "View Doc" "View Guide" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool ForceIcon.doc TEXT
- endif
-
- if $choice EQ "2"
- MetaTool ForceIcon.guide GUIDE
- endif
-