Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 1998 09:54:05 +0000
From:      Dovydas Kulvinskas <dovydas@kada.lt>
To:        FreeBSD questions <freebsd-questions@FreeBSD.ORG>
Subject:   Script under KPPP
Message-ID:  <364FF63D.9111FEF7@kada.lt>

next in thread | raw e-mail | index | archive | help
  Hello,

  I'm using such a script under M$ but i want to use it under FreeBSD -
KPPP. How it should look like?

 proc main

	watfor "name:"
	transmit $USERID
	transmit "^M"

	waitfor	"sword:"
	transmit $PASSWORD
	transmit "^M"

	waitfor ">"
	transmit "ppp x.x.x.x"
	transmit "^M"

	waitfor "sword:"
	transmit $PASSWORD
	transmit "^M"

	waitfor "Entering"
 endproc

 Thanks much Dovydas
-- 
Hire the morally handicapped.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?364FF63D.9111FEF7>