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


Click here to return to the 'Add one thing?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Add one thing?
Authored by: stevec on Jan 11, '03 11:01:13PM

Can one of you Applescript gurus out there tell me how to add the check box for "Share the connection with other computers on built in ethernet" to this script?

I have a dual NIC setup and without that this script is pretty much useless to me.



[ Reply to This | # ]
Add one thing?
Authored by: thefinite on Jan 11, '03 11:16:38PM
After you have checked the box once, it should stay checked. If it does not stay checked, and you need to recheck it every time you start Internet Sharing, add the following lines after "delay 1" and before "Click button start":

Click checkbox "Share the connection with other computers on Built-in Ethernet"
delay 1

If it doesn't work, shoot me an email at aaronmiller@NOSPAMmac.com and let me know what error comes up. Obviously, remove the NOSPAM from my address.

[ Reply to This | # ]