Schedule this job to run on the first day of every month Select script type for the job. If you choose VBScript enter the following script Dim pid, vb24x7 Select Case MonthName(Month(Now), False) Case "January", "April", "August", "November" Set vb24x7 = CreateObject("vb24x7.Process") pid = vb4x7.Run("[enter full command line here]") Set vb4x7 = nothing End Select If you choose JAL enter the following script Dim pid, number ChooseCase @T"mmmm", END_CHOOSE Case "January", "April", "August", "November" Run "[enter full command line here]", "", pid END_CHOOSE: : Hi, : I need to be able to run a job on specified months. : Example: For the year of 2005 I need to run a job on January 1, Aprile, : August1, and November 1. : Can you help me with the Syntax for that? : I would prefer VBS but JAL would be fine. : Thanks for your help.
|