home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / misc / ascsend / product-info < prev   
Fred Fish's Product-Info  |  1995-10-24  |  1KB  |  64 lines

  1. .name
  2. Ascii-Send
  3. .type
  4. OS Utility
  5. .short
  6. Converts text file to input events
  7. .description
  8. ASCII_SEND is a Tool, which can conver any given textfile to a stream
  9. of InputEvents. These InputEvents are sent to the active Window or
  10. (via the Arexx-Port of MUI_ASCSEND) any window you made the active
  11. one.
  12.  
  13. It is a Commodity, in which you can assign a filename to a
  14. (user-defined) hotkey. On pressing this key, the file is converted to
  15. Inputevents.
  16.  
  17. There is also an InputEvent-Recorder (IREC) available, which does this
  18. thing the backward way: it converts Keystrokes and Mousebuttons to a
  19. textfile.
  20. .version
  21. 3.3
  22. .date
  23. 1995.06.10
  24. .author
  25. Karlheinz Klingbeil
  26. .requirements
  27. OS2.04+
  28. .distribution
  29. Freeware
  30. .address
  31. Elzstrasse 42
  32. D-79261 Gutach
  33. Federal Republic of Germany
  34. .email
  35. lunqual@crazy.freinet.de
  36. lunqual%mab@wsb.freinet.de
  37. .docs
  38. Doc/History
  39. Doc/Deutsch/Liesmich_zuerst
  40. Doc/English/ASCSEND_English.guide
  41. .described-by
  42. Richard Fish (rjf@amigalib.com)
  43. .submittal
  44. Submitted on disk directly by the author.
  45. .aminet-dir
  46. util/misc
  47. .execute
  48. set choice `RequestChoice "ascsend" "Please select an option" "View Guide" "Run Program" "Cancel"`
  49. if $choice EQ "0"
  50.   quit 5
  51. endif
  52.  
  53. if $choice EQ "1"
  54.   cd doc/english
  55.   MetaTool ASCSEND_English.guide GUIDE
  56.   cd //
  57. endif
  58.  
  59. if $choice EQ "2"
  60.   assign locale: MUI/ ADD
  61.   MUI/ascsend CX_POPUP=YES
  62.   assign locale: MUI/ REMOVE
  63. endif
  64.