home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / term / twc / product-info next >
Encoding:
Text File  |  1995-09-28  |  738 b   |  38 lines

  1. .name
  2. TWC
  3. .author
  4. Lutz Vieweg
  5. .version
  6. 3.26
  7. .reference
  8. AmigaLibDisk904:TWC/
  9. 3.101
  10. .distribution
  11. Shareware
  12. .description
  13. Two Way Chat & Send enables you to make use of your modem's full-duplex
  14. feature in fact, it can save you up to 50% transmission time.  With TWC you
  15. can connect to another guy running TWC, then you may transmit file-AND
  16. chat-data at the same time in both directions.  GUI-driven, requires
  17. OS2.04+.
  18. .described-by
  19. fnf@amigalib.com
  20. .short
  21. Two Way Chat & Send; modem full duplexer
  22. .aminet-dir
  23. comm/term
  24. .execute
  25. set choice `RequestChoice "TWC" "Please select an option" "View Guide" "Run Program" "Cancel"`
  26.  
  27. if $choice EQ "0"
  28.   quit 5
  29. endif
  30.  
  31. if $choice EQ "1"
  32.   MetaTool TWC.guide GUIDE
  33. endif
  34.  
  35. if $choice EQ "2"
  36.   TWC
  37. endif
  38.