View Full Version : Scripters I may need your help
Wes
Oct 12, 2002, 08:44 AM
How can I make my computer connect to the internet everytime I log in?
Do I need a script or is it some option I am not seeing?
Thanks for any help,
Wes
Edit: os X.2.1, usb adsl modem. Need any more info, just ask.
jvaska
Oct 12, 2002, 10:18 AM
i'm no scripter...but couldn't just load drop an alias for the internet connect in the startup folder? hmmm...maybe that wouldn't work...
or...just drop an alias of your web browser in the startup folder and you kill two birds with one stone...browser and it will connect when it launches...
hehehe...i got to learn some scripting...it's pathetic that i don't know any...jv
:)
Wes
Oct 12, 2002, 10:37 AM
Originally posted by jvaska
i'm no scripter...but couldn't just load drop an alias for the internet connect in the startup folder? hmmm...maybe that wouldn't work...
or...just drop an alias of your web browser in the startup folder and you kill two birds with one stone...browser and it will connect when it launches...
hehehe...i got to learn some scripting...it's pathetic that i don't know any...jv
:)
I am ultimately lazy, I want it to connect for me. If I just put an alias it won't connect for me. Thanks for the input, I know I could just tell it to connect to the net when opening a tcp/ip app, but I would rather not have to launch ie or whatever every startup. I'm still :confused:
Tiauguinho
Oct 12, 2002, 11:00 AM
W-_-W, since you have DSL i dont understand the need to use internet connect, because you're not dialing to anywhere. I have cable modem, and I have it set for DHCP server and it's always conected. But, build this script with your script editor:
tell application "Internet Connect" to activate
( this will only open Internet Connect, not connect it. To connect it use the instructions on the Dictionary, where you'll have to set it to connect using your configurations)
Hope I did help. Anything just ask.
edesignuk
Oct 12, 2002, 11:05 AM
Tiauguinho, I have spoken with W-_-W, his ADSL modem is on his USB port and is not an always up connection, even though it doesn't realy dial anywahere it does bring up the dial-up dialog box where, as with a regular dial-up, you have to enter a username and password. Once you hit connect you are connected instantly, theres no dialing, it's just the fact that you do have to manually connect.
Wes
Oct 12, 2002, 11:15 AM
Right on Edesign, now scripters, if you are reading this, help!
Tiauguinho
Oct 12, 2002, 12:55 PM
Ahhhh... I didn't know that it existed a connection from that type, it was my bad. Thanks edesignuk for explainig me!
Build this script W-_-W(copy and paste it to the script editor):
tell application "Internet Connect"
activate
connect
end tell
If it doesn't work please tell me.
Hope I did help this time :)
Tiago Carvalho
Wes
Oct 12, 2002, 01:33 PM
OK it works here is the final script:
tell application "Internet Connect"
activate
connect
quit
end tell
Thanks for your help guys, now I can be lazy ;-)
Wes
Oct 12, 2002, 01:42 PM
Just tested it after a boot, works like a charm.
Once again thanks, you saved me 1 click.
edesignuk
Oct 12, 2002, 01:46 PM
Originally posted by W-_-W
you saved me 1 click.
tut, tut, lazy boy! :D :p ;)
...good lad! ;)
Tiauguinho
Oct 12, 2002, 01:51 PM
No problem W-_-W! Im glad that I was able to help!
benixau
Oct 12, 2002, 04:00 PM
go lazy people. If we mac men wanted to do hard work to do this, we would have bought pcs .....
Wes
Oct 12, 2002, 06:41 PM
Originally posted by edesignuk
tut, tut, lazy boy! :D :p ;)
...good lad! ;)
I'll have this mac for at least 3 years, and will turn it on at least one time a day (usually more).
That's 1095 clicks, I could be saving myself from arthiritis. ;)
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.