home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / term / hft / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-09-28  |  1.3 KB  |  68 lines

  1. .name
  2. HFT
  3. .type
  4. Communications
  5. .aminet-dir
  6. comm/term
  7. .short
  8. A very small ANSI terminal program.
  9. .description
  10. A wonderful ANSI terminal program. Main features are:
  11.  
  12. - Reliable ANSI terminal emulation
  13. - Multiple simultaneous terminal windows/sessions
  14. - Console support with cut & paste
  15. - Opens on the default public screen
  16. - Compatible with all serial.device clones; tested on serial, baudbandit,
  17.   uw, and nullmodem devices
  18. - Takes advantage of Workbench 2.04; 1.3 is not supported
  19. .version
  20. 38.557
  21. .date
  22. 1995.04.05
  23. .author
  24. Herbert West
  25. .requirements
  26. Requires OS2.04+
  27. .reference
  28. FreshFish-Vol8-1:New/comm/term/HFT/
  29. 38.556
  30. FreshFish-Vol2:New/comm/term/HFT/
  31. 38.30
  32. FreshFish-Vol3:Old/Dec93/comm/term/HFT/
  33. 38.30
  34. FrozenFish-Vol1/BBS/Dec93/comm/term/HFT.lha
  35. 38.30
  36. GoldFish-Vol2-1:Files/comm/term/HFT/
  37. 38.515
  38. GoldFish-Vol2-2:BBS/comm/HFT-38.515.lha
  39. 38.515
  40. .distribution
  41. Copyrighted but Freely Redistributable
  42. .email
  43. ali@extro.ucc.su.OZ.AU (Herbert West)
  44. .docs
  45. HFT.guide
  46. .described-by
  47. Dan Fish (daf@starfish.amigalib.com)
  48. .submittal
  49. Downloaded via ftp from wuarchive.wustl.edu.
  50. .execute
  51. set choice `RequestChoice "HFT" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  52.  
  53. if $choice EQ "0"
  54.   quit 5
  55. endif
  56.  
  57. if $choice EQ "1"
  58.   MetaTool hft38557.readme TEXT
  59. endif
  60.  
  61. if $choice EQ "2"
  62.   MetaTool HFT.guide GUIDE
  63. endif
  64.  
  65. if $choice EQ "3"
  66.   HFT
  67. endif
  68.