When I run: JobRemoteRun("Notepad", "computer01") JobRemoteRun("Notepad", "computer02") It opens Notepad on Computer01 then pauses, hanging the Master console. If I go to Computer01 and close Notepad the second machine 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 can send the notepad job to both machines individually. Thanks, Mike Niccum : Create two of them: One to do the job and the other to execute the first job : on remote computers (I assume you already have 24x7 agents running on : these computers). : Set both jobs schedules to [no schedule]. : The second job should be of JAL script type with a code like the following: : RunJobRemote("my first job name", "agent 1 name") : RunJobRemote("my first job name", "agent 2 name") : RunJobRemote("my first job name", "agent 3 name") : .. and so on... as many lines as many agents you care for this job
|