OK there's no real home for AppleScript questions around here, so I'll just stick this one here...
OK back when classic was new, you use to be able to write an applescript to control another mac on your network like this....
On Run
Tell Application "Finder" on machine "PowerMac 7500"
Say "I wish I has altivec"
End Tell
End Run
It worked fine, but now, in X, when I type the code above and hit enter, it 'compiles' and the "on machine "PowerMac 7500" is automatically removed!! So now how can I control my macs? Is there a new syntax for it???
OK back when classic was new, you use to be able to write an applescript to control another mac on your network like this....
On Run
Tell Application "Finder" on machine "PowerMac 7500"
Say "I wish I has altivec"
End Tell
End Run
It worked fine, but now, in X, when I type the code above and hit enter, it 'compiles' and the "on machine "PowerMac 7500" is automatically removed!! So now how can I control my macs? Is there a new syntax for it???