home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
new
/
util
/
misc
/
ascsend
/
product-info
< prev
Wrap
Fred Fish's Product-Info
|
1995-08-25
|
1KB
|
64 lines
.name
Ascii-Send
.type
OS Utility
.short
Converts text file to input events
.description
ASCII_SEND is a Tool, which can conver any given textfile to a stream
of InputEvents. These InputEvents are sent to the active Window or
(via the Arexx-Port of MUI_ASCSEND) any window you made the active
one.
It is a Commodity, in which you can assign a filename to a
(user-defined) hotkey. On pressing this key, the file is converted to
Inputevents.
There is also an InputEvent-Recorder (IREC) available, which does this
thing the backward way: it converts Keystrokes and Mousebuttons to a
textfile.
.version
3.3
.date
1995.06.10
.author
Karlheinz Klingbeil
.requirements
OS2.04+
.distribution
Freeware
.address
Elzstrasse 42
D-79261 Gutach
Federal Republic of Germany
.email
lunqual@crazy.freinet.de
lunqual%mab@wsb.freinet.de
.docs
Doc/History
Doc/Deutsch/Liesmich_zuerst
Doc/English/ASCSEND_English.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
util/misc
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
cd doc/english
MetaTool ASCSEND_English.guide GUIDE
cd //
else
if $choice EQ "2"
assign locale: MUI/ ADD
MUI/ascsend CX_POPUP=YES
assign locale: MUI/ REMOVE
endif
endif
skip Start BACK
endif