home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / aix / 11711 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.5 KB  |  49 lines

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