home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-09-28 | 1.3 KB | 68 lines |
- .name
- HFT
- .type
- Communications
- .aminet-dir
- comm/term
- .short
- A very small ANSI terminal program.
- .description
- A wonderful ANSI terminal program. Main features are:
-
- - Reliable ANSI terminal emulation
- - Multiple simultaneous terminal windows/sessions
- - Console support with cut & paste
- - Opens on the default public screen
- - Compatible with all serial.device clones; tested on serial, baudbandit,
- uw, and nullmodem devices
- - Takes advantage of Workbench 2.04; 1.3 is not supported
- .version
- 38.557
- .date
- 1995.04.05
- .author
- Herbert West
- .requirements
- Requires OS2.04+
- .reference
- FreshFish-Vol8-1:New/comm/term/HFT/
- 38.556
- FreshFish-Vol2:New/comm/term/HFT/
- 38.30
- FreshFish-Vol3:Old/Dec93/comm/term/HFT/
- 38.30
- FrozenFish-Vol1/BBS/Dec93/comm/term/HFT.lha
- 38.30
- GoldFish-Vol2-1:Files/comm/term/HFT/
- 38.515
- GoldFish-Vol2-2:BBS/comm/HFT-38.515.lha
- 38.515
- .distribution
- Copyrighted but Freely Redistributable
- .email
- ali@extro.ucc.su.OZ.AU (Herbert West)
- .docs
- HFT.guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "HFT" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool hft38557.readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool HFT.guide GUIDE
- endif
-
- if $choice EQ "3"
- HFT
- endif
-