|
-
Mar 2nd, 2001, 02:17 PM
#1
Thread Starter
Fanatic Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|