home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.aix
- Path: sparky!uunet!unislc!dold
- From: dold@unislc.uucp (Clarence Dold)
- Subject: Re: Good term emulator for DOS PCs
- References: <1992Nov18.210101.4296@muug.mb.ca>
- Message-ID: <1992Nov19.030641.11714@unislc.uucp>
- Organization: Unisys Corporation SLC
- Date: Thu, 19 Nov 1992 03:06:41 GMT
- Lines: 38
-
- From article <1992Nov18.210101.4296@muug.mb.ca>, by gordt@muug.mb.ca (Gordon Tulloch):
-
- > connect to RS/6000 boxes? We've tried Procomm Plus and it's not
-
- I haven't used ProComm since before the "Plus", but I didn't like it then.
- I use MSKermit, and GSZ for ZModem transfers, from an Alt-D hotkey.
-
- From SIMTEL:
- Directory PD1:<MSDOS.KERMIT>
- MSKER311.ZIP B 186841 911001 MS-Kermit v3.11 comm pgm for IBM-compatibles
- MSR31107.PCH A 1575 911115 Patches 1-7 dated 5 Nov 91 for MS-Kermit v3.11
- Directory PD1:<MSDOS.ZMODEM>
- GSZ0503.ZIP B 112454 920504 Graphical version of DSZ X/Y/Zmodem file xfer
-
- In mskermit.ini:
- ; These macros are used to call file transfer protocols
- ; from terminal mode
- ; glauber@david.wheaton.edu
-
- def TerminalR take download.scr, connect
- def TerminalS take upload.scr, connect
-
- set key \2326 \KTerminalS ; Alt-U = upload
- set key \2336 \KTerminalR ; Alt-D = download
-
- In download.scr:
- run gsz F ha on port 2 rz -r ;receive ZMODEM
- pop
-
- In upload.scr:
- ask what {\009 File(s) to upload:\009}
- run gsz F ha bo port 2 pB512 sz -mrr \m(what)
- pop
-
- --
- ---
- Clarence A Dold - dold@unislc.slc.Unisys.COM
- ...pyramid!ctnews!tsmiti!dold
-