Short: Copy from file/stdin to clipboard V1.0 Author: nick.christie@oucs.ox.ac.uk (Nick Christie) Uploader: nick christie oucs ox ac uk (Nick Christie) Type: util/cli Version: 1.0 Requires: AmigaOS V2.04+ Architecture: m68k-amigaos Distribution: Freeware A small command line utility I wrote because I needed it. Maybe it's of some use to you, too. Usage: Copy2Clip FILE UNIT/K/N BIN=BINARY/S BUF=BUFSIZE/K/N Where: FILE optional, pathname of file to copy to clipboard. If omitted, stdin is copied to clipboard until EOF. UNIT clipboard unit number to use (0 to 255), default is 0. BINARY switch to copy in binary mode - no encapsulation within an IFF FTXT form is performed. Default is to encapsulate. BUFSIZE size in bytes of file buffer, default 2048, minimum 256. $VER: Copy2Clip.readme 1.0 (3.12.95)