Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'An AppleScript to start Internet Connect at login' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An AppleScript to start Internet Connect at login
Authored by: asalerni on Mar 18, '05 08:26:50AM
Do you know something to launch a connection different than default???? I tried
connect configuration name to telephone number tel as user usr with password psw
like the documentation suggest, but it doesn't work

[ Reply to This | # ]
An AppleScript to start Internet Connect at login
Authored by: Tilman on Mar 12, '06 11:06:00PM
use
connect current configuration to telephone number tel as user usr with password psw

instead of
connect configuration name to telephone number tel as user usr with password psw

---
Tilman

[ Reply to This | # ]

An AppleScript to start Internet Connect at login
Authored by: Tilman on Mar 26, '06 10:17:54PM

use
connect current configuration to telephone number tel as user usr with password psw

instead of
connect configuration name to telephone number tel as user usr with password psw


---
Tilman



[ Reply to This | # ]