RA connection was Re : no subject
RA connection was Re : no subject
- Subject: RA connection was Re : no subject
- From: Reinforced Darkness <email@hidden>
- Date: Sun, 27 Jul 2003 10:52:23 +0200
in OS X, the app "Internet connect" is scriptable, his dictionnary has
connect and disconnect commands, and status record
//
tell app "internet
connect
return state of status
en tell
//
--> 4 (means you're connected)
Date: Sat, 26 Jul 2003 14:36:04 -0700
From: Jim Lindholm <email@hidden>
To: email@hidden
Subject: (no subject)
I had a script that I used in OS 9 and before that would simply start
the connection process to my ISP and then it would disconnect when I
was finished. The were commands that I could access without launching
Remote Access... or whatever app the commands were a part of. So far,
I'm not able to find something that will allow me to do the same thing
in OS X.
I can connect to the ISP with the following:
tell application "Internet Connect" to connect
BUT... it launches the application.
What am I missing?.. or where else can I look for commands to connect,
disconnect and get status?
Any help is appreciated. Thanks... Jim
_______________________________________________
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.