home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / wb / forceicon / product-info < prev    next >
Encoding:
Text File  |  1995-10-23  |  2.1 KB  |  94 lines

  1. .name
  2. ForceIcon
  3. .type
  4. Workbench tool
  5. .short
  6. Substitute Icon images and positions
  7. .description
  8. ForceIcon is an utility mainly for users of CDRom drives 
  9. or users of networking software capable of sharing devices
  10. and icons. Since one can not snapshot the position of a
  11. volume`s icon (on read only media), nor replace it by a
  12. user-defined one, I wrote this utility. ForceIcon allows
  13. you to set the position of a disk`s icon and/or replace
  14. it by a different image/icon which doesn`t have to be a
  15. disk.info file. All types of ".info" files may be selected.
  16. Special features include inheritance of device specific
  17. settings, specifying the root drawer`s size/position
  18. and display flags/modes. ForceIcon may even change the look
  19. and position of AppIcons.
  20. .version
  21. 1.8
  22. .date
  23. 1995.01.27
  24. .author
  25. Kai Iske
  26. .reference
  27. FreshFish-Vol8-2:BBS/util/ForceIcon-1.6.lha
  28. 1.6
  29. GoldFish-Vol2-1:Files/util/wb/ForceIcon/
  30. 1.6
  31. GoldFish-Vol2-2:BBS/util/ForceIcon-1.6.lha
  32. 1.6
  33. FreshFish-Vol6:BBS/util/ForceIcon-1.6.lha
  34. 1.6
  35. FreshFish-Vol6:New/util/wb/ForceIcon/
  36. 1.6
  37. AmigaLibDisk984:ForceIcon/
  38. 1.4
  39. FreshFish-May94:BBS/AmigaLib/d984/ForceIcon.lha
  40. 1.4
  41. FreshFish-May94:New/AmigaLibDisks/d984/ForceIcon/
  42. 1.4
  43. FrozenFish-Apr94:BBS/ALib/d9xx/d984/ForceIcon.lha
  44. 1.4
  45. GoldFish1-Apr94:BBS/d9xx/d984/ForceIcon.lha
  46. 1.4
  47. GoldFish2-Apr94:d9xx/d984/ForceIcon/
  48. 1.4
  49. FreshFish-Jul94:BBS/os20/ForceIcon-1.2.lha
  50. 1.2
  51. FreshFish-Mar94:New/os20/wb/ForceIcon/
  52. 1.2
  53. FreshFish-May94:BBS/Mar94/os20/wb/ForceIcon.lha
  54. 1.2
  55. FrozenFish-Apr94:BBS/Mar94/os20/wb/ForceIcon.lha
  56. 1.2
  57. .requirements
  58. Requires OS 2.0 (37.175)
  59. Requires MUI (MagicUserInterface) version 7 (MUI 2.0)
  60. .distribution
  61. Giftware
  62. .address
  63. Kai Iske
  64. Brucknerstrasse 18
  65. 63452 Hanau
  66. Germany
  67. .email
  68. iske@informatik.uni-frankfurt.de
  69. .source
  70. SAS/C source included 178K
  71. .construction
  72. SAS/C 6.51 with optimization
  73. .docs
  74. ForceIcon.guide
  75. ForceIcon.doc
  76. .submittal
  77. Submitted electronically directly by the author.
  78. .aminet-dir
  79. util/wb
  80. .execute
  81. set choice `RequestChoice "ForceIcon" "Please select an option" "View Doc" "View Guide" "Cancel"`
  82.  
  83. if $choice EQ "0"
  84.   quit 5
  85. endif
  86.  
  87. if $choice EQ "1"
  88.   MetaTool ForceIcon.doc TEXT
  89. endif
  90.  
  91. if $choice EQ "2"
  92.   MetaTool ForceIcon.guide GUIDE
  93. endif
  94.