home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
util
/
cdity
/
cliphistory
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-10-25
|
2KB
|
78 lines
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
ClipHistory
.type
OS Utility
.short
Adds a history to the clipboard device
.description
A commodity that adds a history to the clipboard. From a window you can
select which clip to re-paste to the clipboard. Lots of options, both to
control the history (size, number of clips, amount of memory to use,
filtering, etc.) and the window (size, position, open on non-public
screens, etc.). Binary only.
.version
2.2
.date
1994.10.31
.author
Magnus Holmgren
.reference
FreshFish-May94:New/util/cdity/ClipHistory/
1.0
.requirements
Requires OS2.04+
.distribution
Freeware
.address
Rydsvägen 254 A:14
S-582 51 Linköping
SWEDEN
.email
cmh@augs.se
.docs
ClipHistory.guide
ClipHistory.man
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
util/cdity
.execute
set choice `RequestChoice "ClipHistory" "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 ClipHistory.readme TEXT
endif
if $choice EQ "2"
MetaTool ClipHistory.guide GUIDE
endif
if $choice EQ "3"
set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Svenska" "Cancel"`
if $choice2 EQ "0"
quit 0
endif
cd Install
if $choice2 EQ "1"
Installer SCRIPT "Install ClipHistory" APPNAME ClipHistory MINUSER AVERAGE LANGUAGE english
endif
if $choice2 EQ "2"
Installer SCRIPT "Install ClipHistory" APPNAME ClipHistory MINUSER AVERAGE LANGUAGE svenska
endif
endif
if $choice EQ "4"
run ClipHistory
endif