|
Home > Archive > Red Hat Topics > June 2006 > How to make kppp script click the continue button?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to make kppp script click the continue button?
|
|
| mmasroorali@cse.buet.ac.bd 2006-06-01, 1:13 pm |
| Dear All,
I have the following kppp script to be used in the script mode.
Expect login:
ID
Expect Password:
Password
Pause 2
#<I need to add something here to make kppp click the continue button>
This works fine except that I need to manually click the Continue
button which appears after my password has been verified. Is there any
way to automate this?
Thanks in anticipation.
| |
|
| mmasroorali@cse.buet.ac.bd writes:
>Dear All,
>I have the following kppp script to be used in the script mode.
>Expect login:
>ID
>Expect Password:
>Password
>Pause 2
>#<I need to add something here to make kppp click the continue button>
This is to put it mildly insane. kppp is a gui interface to a bunch of
command line programs, which you now want to convert back to a command
line.
Just use chat/pppd , which is what kppp uses behind all it gui bunff.
>This works fine except that I need to manually click the Continue
>button which appears after my password has been verified. Is there any
>way to automate this?
Yes, do not use kppp.
>Thanks in anticipation.
|
|
|
|
|