marex
Mar 2nd, 2001, 01:17 PM
Hi All,
I'm new on writing scripts and hope that someone can help me with this.
I want to change the *USERID and the $PASSWORD in the terminal screen
before connecting to a provider.
I've created a script with this code
proc main
$USERID = "my username"
$PASSWORD = "my password"
transmit $USERID
transmit $PASSWORD
endproc
When I click on my dial-up connection I receive the connection screen
but the user-id and the password didn't give me my strings.
What am I doing wrong.
The script file (myscript.scp) has been set in the dial-up connection.
greetings
Ray
I'm new on writing scripts and hope that someone can help me with this.
I want to change the *USERID and the $PASSWORD in the terminal screen
before connecting to a provider.
I've created a script with this code
proc main
$USERID = "my username"
$PASSWORD = "my password"
transmit $USERID
transmit $PASSWORD
endproc
When I click on my dial-up connection I receive the connection screen
but the user-id and the password didn't give me my strings.
What am I doing wrong.
The script file (myscript.scp) has been set in the dial-up connection.
greetings
Ray