Wednesday, November 11, 2009

List Schedule Jobs

For windows server 2003 or windows Vista, you can use following command to list schedule jobs.

schtasks /query /FO CSV /V >output.csv

For IBM iSeries (AS400), you can use following command to list scheduled jobs.

WRKJOBSCDE OUTPUT(*PRINT) PRTFMT(*FULL)