home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / protocol / tcpip / ibmpc / 7718 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.8 KB

  1. Path: sparky!uunet!portal!lll-winken!fnnews.fnal.gov!mp.cs.niu.edu!news.ecn.bgu.edu!psuvax1!psuvm!hdk
  2. From: HDK@psuvm.psu.edu (H. D. Knoble)
  3. Newsgroups: comp.protocols.tcp-ip.ibmpc
  4. Subject: Re: Is there a good script based dialer program anywhere?
  5. Message-ID: <93026.102427HDK@psuvm.psu.edu>
  6. Date: 26 Jan 93 15:24:27 GMT
  7. References: <1jp3pjINNho2@transfer.stratus.com>
  8. Organization: Penn State University
  9. Lines: 25
  10.  
  11. For PC's MS-Kermit can be used as a dialer. After dialing if it is
  12. terminated the modem will stay connected as it was after dialing.
  13. Likewise one can invoke MS-Kermit as a DOS command and have a series
  14. of your own scripts run just after startup. So it makes a very
  15. convenient front end to SLIP or PPP.
  16.  
  17. MS-Kermit has quite a full script language, more powerful than most
  18. commercial packages in my experience. Dialing directories are supported
  19. but MS-Kermit has no front end with pull-down menus (like its Mac-Kermit
  20. sister). Several MS-Kermit scripts have been written by the Columbia
  21. folks for general so-called Hayes "compatible" as well as specific name-
  22. brand modems. MS-Kermit is copyrighted but free for peaceful not-for-
  23. profit use. You can anonymous FTP everything needed from the Columbia server
  24. at WATSUN.CC.COLUMBIA.EDU.  After login GET the following files:
  25.  
  26.              /kermit/bin/msvibm.zip      binary (MS-Kermit package)
  27.              /kermit/a/msm*.scr          ascii  (dialer scripts)
  28.              /kermit/a/msmaaa.hlp        ascii  (about the dialer scripts)
  29.  
  30. The msvibm.hlp file gives extensive help on the script language, but it's
  31. recommended that you also obtain the book:
  32.  
  33.     Christine M. Gianone, "Using MS-DOS Kermit", Digital Press, Bedford,
  34.     MA, 1991, order number EY-E893E-DP; this includes a 5.25" MS-Kermit 3.11
  35.     Diskette. Call 1-800-344-4825 (toll free, USA) to order the 2nd Ed.
  36.