Hello, I am searching for a way to run scripts from my OS X machine to trigger events on an OS 9 machine. I would like to be able to run a script on my X machine to cause the 9 machine to go into sleep mode. I have this working using OS 9 → OS 9, but cannot get it to work with X. The script is:
tell application “Finder” of machine “eppc://192.168.0.10”
sleep
end tell
It seems to have trouble authenticating the program linking from my X machine. I t brings up am authentication window with login and pass, which I enter, and then it spins the beachball until I force quit. Is it even possible to control my OS 9 comp from X? Any help would be appreciated. Thanks,
Bryan