home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 1.3 KB | 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
- set choice `RequestChoice "ascsend" "Please select an option" "View Guide" "Run Program" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- cd doc/english
- MetaTool ASCSEND_English.guide GUIDE
- cd //
- endif
-
- if $choice EQ "2"
- assign locale: MUI/ ADD
- MUI/ascsend CX_POPUP=YES
- assign locale: MUI/ REMOVE
- endif
-