No you cannot do that. What you can do is build the script for the job dynamically then execute the updated job. Take a lok at JobModify in the online help JobModify(1, "SCRIPT", my_script_var) 1 is the id of the job whose script you want to update. my_script_var here can contain any valid script. : Hi, : The 24X7.exe supports a /SCRIPT option. : Can we use a script written in JAL format to be executed from the command : line : eg. : Script1.jal : Dim jobData,String : Dim jobID,Number : ConcatEx(" " ,jobData) : RemoteJobCreate " " ,jobData,jobID : Set jobData,"" : Thank you, : Best Regards, : Soumitra
|