ASCII_SEND@ is a Tool, which can convert 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.
In this Distribution (ascs35 19-6- 95) 4 different Programs can be found:
1. Mui_ASCSEND, The whole thing...featuring a nice MUI-GUI,
Arexx-Port and a lot of other goodies
needs MUI
Version: 1.19
2. ASCSEND , Simple version, no GUI, no Arexx,
doesn't need MUI
This is only the Ascii-SENDER
Version 1.14
3. IREC , InputEvent-Recorder part of
MUI_ASCSEND,
doesn't need MUI
Version 1.4
4.CLI_ASCSEND , command-line only version;
Version 1.1
|