Basically I want to make my mac connect to the Internet from a PC in a different room. I was going to use ssh to connect to the mac and then run an applescript to make it connect, but if I try soemthing like
Code:
osascript -e 'tell app "Internet Connect" to connect'
it doesn't work, prolly cos it load the program properly or something.
So is it possible to connect without using Internet Connect? Also is it possible to start internet sharing on the mac remotely?
thanks