Please check out "Using JDL Files" and "Examples of Using Job Definition Language Commands" topic in the online help file.  Here is a modified example of EXAMPLE.JDL file from one of these topics  ;***********************************************  ;* EXAMPLE.JDL file  ;***********************************************  ; Change start date and time for job #58  SET 58 START_TIME=08:45  SET 58 START_DATE=01/01/2005  ; Add the new job to the schedule  ADD  NAME=New job submited via JDL command file  COMMAND=notepad  ASYNC=N  TIMEOUT=1  START_TIME=08:45  START_DATE=01/01/2005  DESCRIPTION=This jobs was created using JDL command file  ; Save all changes  SAV  ;***********************************************  To run this file go to command prompt and run  24x7 /SCRIPT EXAMPLE.JDL  to verify results run  TYPE JDL.LOG  : Hi, i dont think there was a reply in your last response.   
   |