home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / cdity / cliphistory / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-25  |  2KB  |  78 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. ClipHistory
  6. .type
  7. OS Utility
  8. .short
  9. Adds a history to the clipboard device
  10. .description
  11. A commodity that adds a history to the clipboard.  From a window you can
  12. select which clip to re-paste to the clipboard.  Lots of options, both to
  13. control the history (size, number of clips, amount of memory to use,
  14. filtering, etc.) and the window (size, position, open on non-public
  15. screens, etc.).  Binary only.
  16. .version
  17. 2.2
  18. .date
  19. 1994.10.31
  20. .author
  21. Magnus Holmgren
  22. .reference
  23. FreshFish-May94:New/util/cdity/ClipHistory/
  24. 1.0
  25. .requirements
  26. Requires OS2.04+
  27. .distribution
  28. Freeware
  29. .address
  30. Rydsvägen 254 A:14
  31. S-582 51  Linköping
  32. SWEDEN
  33. .email
  34. cmh@augs.se
  35. .docs
  36. ClipHistory.guide
  37. ClipHistory.man
  38. .described-by
  39. Dan Fish (daf@daffy.amigalib.com)
  40. .submittal
  41. Downloaded via ftp from wuarchive.wustl.edu.
  42. .aminet-dir
  43. util/cdity
  44. .execute
  45. set choice `RequestChoice "ClipHistory" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  46.  
  47. if $choice EQ "0"
  48.   quit 5
  49. endif
  50.  
  51. if $choice EQ "1"
  52.   MetaTool ClipHistory.readme TEXT
  53. endif
  54.  
  55. if $choice EQ "2"
  56.   MetaTool ClipHistory.guide GUIDE
  57. endif
  58.  
  59. if $choice EQ "3"
  60.   set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Svenska" "Cancel"`
  61.   if $choice2 EQ "0"
  62.     quit 0
  63.   endif
  64.  
  65.   cd Install
  66.   if $choice2 EQ "1"
  67.     Installer SCRIPT "Install ClipHistory" APPNAME ClipHistory MINUSER AVERAGE LANGUAGE english
  68.   endif
  69.  
  70.   if $choice2 EQ "2"
  71.     Installer SCRIPT "Install ClipHistory" APPNAME ClipHistory MINUSER AVERAGE LANGUAGE svenska
  72.   endif
  73. endif
  74.  
  75. if $choice EQ "4"
  76.   run ClipHistory
  77. endif
  78.