Have you seen my response to your message in the previous thread? : I created a job called Notepad to run notepad.exe : I then created a script: JobRemoteRun("Notepad", : "computer01") : JobRemoteRun("Notepad", "computer02") : When I run the script: It opens Notepad on Computer01 then pauses, hanging : the Master console. If I go to Computer01 and close Notepad, Computer02 : then runs Notepad and the Master console frees up. Both of the remote : machines are running Remote Agent. One is Windows XP and one is Windows : ME. The master is Windows XP... : I was under the impression that the job would trigger both the machines to : run notepad.exe and then finish... : I can send the notepad job to both machines individually. : Thanks, : Mike Niccum
|