Running Processes on Remote machine.
Running Processes on Remote machine.
- Subject: Running Processes on Remote machine.
- From: "Kumar Shailove" <email@hidden>
- Date: Fri, 25 Feb 2005 10:44:44 +0530
- Thread-topic: Running Processes on Remote machine.
Hello List,
Sorry if u get it again, I sent it yesterday also but probably it was
not delivered.
I need to get the list of all the processes running on a remote machine.
It works fine when I write
tell application "System Events" of machine
"eppc://email@hidden"
set myList to name of every application process
end tell
But if I execute a customized version of this
set remoteMachine to "eppc://email@hidden"
tell application "System Events" of machine remoteMachine
set myList to name of every application process
end tell
It doesn't work and doesn't give me the list of processes.
Any ideas whats the problem and how to resolve this??
Thanks in advance.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden