home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mswindo / apps / 7543 < prev    next >
Encoding:
Text File  |  1993-01-26  |  3.7 KB  |  144 lines

  1. Newsgroups: comp.os.ms-windows.apps
  2. Path: sparky!uunet!spool.mu.edu!uwm.edu!linac!uchinews!ellis!wak4
  3. From: wak4@ellis.uchicago.edu (Valentine)
  4. Subject: PC+ Help requested (SCRIPTS!!!!)  (LONGISH)
  5. Message-ID: <1993Jan26.022659.1145@midway.uchicago.edu>
  6. Sender: news@uchinews.uchicago.edu (News System)
  7. Reply-To: wak4@midway.uchicago.edu
  8. Organization: Secrecy Anonymous
  9. Date: Tue, 26 Jan 1993 02:26:59 GMT
  10. Lines: 132
  11.  
  12.  
  13. OK PC+ Masters.....Here is one for you....
  14.  
  15.     I have tried many times and failed to write a logon script for my school's 
  16. UNIX system.  The problem comes when the host computer asks for a few carriage
  17. returns to determine speed.  I have never been able to get PC+ to hit carriage
  18. returns in such a manner as to please the host.  I have tried to logon while
  19. recording what I was doing, but running this script does not get past the 
  20. speed check.  I have tried changing what PC+ "waitfor"s to a number of 
  21. different combinations of what I see on the screen, to no avail.  I have tried
  22. to bypass the whole waitfor command by using a likely pause length and then a 
  23. whole string of ^m's, but that, too, fails.  I have even tried to use a pause
  24. and then call another aspect script to take care of the speed checker.  Nothing
  25. works!  
  26.      What follows is the output of a manual logon and the resulting recorded
  27. script.  If anyone has any idea how to get this thing to work I would 
  28. surely appreciate it.
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. University of Chicago Computing Organizations
  49. Gandalf Starmaster
  50.  
  51.  
  52.  
  53. All of the modems accessed by calling 753-0975 have been replaced
  54. with Dual Standard modems which operate at speeds up to 9600 baud.
  55. Higher thruput is possible with data compression.  Supported are all
  56. previous protocols(eg v.22bis) plus v.32.
  57.  
  58.  
  59. ENTER CLASS tip
  60.  
  61. Enter 2 or 3 carriage returns to allow for speed recognition.
  62. NOTE:  The server assumes EVEN parity 7 databits when you first logon.
  63. To change the settings to 8 bits no parity, type 'term download'
  64. at the 'cc-tip>' prompt.
  65. CONNECTED
  66.          University of Chicago Terminal Server
  67.  
  68. cc-tip>
  69.  
  70. cc-tip>term download
  71.  
  72. cc-tip>ellis
  73. Trying ELLIS (128.135.12.62)... Open
  74.  
  75.  
  76. SunOS UNIX (ellis)
  77.  
  78. login: wak4
  79. Password:
  80. Last login: Mon Jan 25 19:11:10 from cc-tip-1.uchicag
  81. SunOS Release 4.1.1 (APC.rfcftp-64) #3: Wed Oct 7 09:40:44 CDT 1992
  82.  
  83. For assistance, send mail to advisor@midway, or call the APC Hotline,
  84. 702-3111, from 10-Noon, 2-4PM weekdays.
  85.  
  86. Usage notes:
  87.  
  88. - Nov 16,1992.  Kimbark is now available for general use.  Please type
  89.   "info" for more information.
  90.  
  91. - Requested changes to passwords, default shells, and 'finger' info
  92.   may take up to 45 minutes to propagate to all machines.
  93.   Please be patient, and wait for one change to take effect before
  94.   trying to make another one.
  95.  
  96. Enter "info" for latest Info on the SUN Cluster
  97. (Last info update: Nov16,1992 -- "Kimbark" available for general use)
  98.  
  99. NOTE:  We have dismounted /usr/spool/news.  All news is to be read
  100.        remotely.  Please type 'msgs 303' at a unix prompt for more
  101.        details.
  102.  
  103. TERM = (vt100)
  104. >
  105.  
  106. *******************************************************************************
  107.  
  108. The following is the recorded script to match the above captured screens:
  109.  
  110. *******************************************************************************
  111.  
  112.  
  113.  
  114. ;Recorded script. Editing may be required.         
  115. proc main
  116.    transmit "^M"
  117.    waitfor "ENTER CLASS "
  118.    transmit "tip^M"
  119.    waitfor "ONNECTED ^M^J"
  120.    transmit "^M^M^M"
  121.    waitfor "cc-tip>"
  122.    transmit "term download^M"
  123.    waitfor "cc-tip>"
  124.    transmit "ellis^M"
  125.    waitfor "login: "
  126.    transmit "wak4^M"
  127.    waitfor "Password:"
  128.    transmit "PASSWORD^M"
  129.    waitfor "TERM = (vt100) "
  130.    transmit "^M"
  131. endproc
  132.  
  133.  
  134.  
  135. *******************************************************************************
  136.  
  137.  
  138. Good luck and May the Farce be with You
  139.  
  140.  
  141. k
  142. -- 
  143. .sig under repair
  144.