How to get on the internet
How to get on the internet
- Subject: How to get on the internet
- From: Jeffrey McLean <email@hidden>
- Date: Sun, 8 Sep 2002 20:50:19 -0400
Hello,
My kids use a blue iMac that uses Mac OS 9.2.2 and AppleScript 1.6. They
want me to write a script to get on the internet. I scripted Remote
Access in Mac OS 8.6 to get me on the internet before, but on the iMac,
I get an error on the command 'PPP Connect'
--> The Apple Shared Library Manager could not be opened. Make sure it
is installed and try again.
I read that I have to use Network Setup Scripting, but I get an error on
'begin transaction'.
tell application "Network Setup Scripting"
open database
begin transaction
connect "ISP@City"
end transaction
close database
end tell
--> Network Scripting got an error: In Transaction
Thanks,
Jeff
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.