Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!sharkey!oxtrap!mudos!mju From: mju@mudos.ann-arbor.mi.us (Marc Unangst) Newsgroups: comp.sys.ibm.pc Subject: Re: PROCOMM PLUS problem Message-ID: <379.246A1C63@mudos.ann-arbor.mi.us> Date: 11 May 89 23:29:46 GMT Organization: A neat desk is a sign of a crazy person. Lines: 33 In article <14010@paris.ics.uci.edu>, dlee@bonnie.ics.uci.edu (Darren Lee) writes: >In article <2632@maccs.McMaster.CA> riehm@maccs.UUCP (Carl Riehm) writes: >>I have another problem with Pcplus: when I am using a script file to >log on to >>some other computer, for example, pcplus gets impatient if it has to >wait too >>long and "leaks" the next step before the prompt for it is sent by the >other >>computer. Any suggestions? > >I would suggest that in the General Setup, you increase the Transmit Pace >Time This won't help at all. The only thing that "Transmit Pace Time" does is change the wait time between transmitted characters during an ASCII transfer. What you need to do is something like this: :LOOP WAITFOR "First name:" 25 IF NOT WAITFOR GOTO LOOP This will make it loop forever, waiting for the string you specify. You could also try increasing the wait time in the waitfor statement. -- Marc Unangst UUCP smart : mju@mudos.ann-arbor.mi.us UUCP dumb : ...!uunet!sharkey!mudos!mju UUCP dumb alt.: ...!{ames,rutgers}!mailrus!clip!mudos!mju Internet : mju@mudos.ann-arbor.mi.us