Previous Topic

Next Topic

Windows Syntax Examples

Deleting a job

Schedule> delete /job \yjobs\phop

Modifying a job to set the next submit time

Schedule> modify /job \yjobs\phop /general:next_submit=12-jun-2013:12:30:00

Monitoring the p queue

Schedule> monitor /queue p

Modifying a variable's value

Schedule> modify /variable/value="NO" myvar

Setting a mark in a calendar for a particular day

Schedule> modify /calendar mycal /mark=M /date=12-apr-2013

Modifying all jobs in a database to a have a new user name and log the results

Schedule> modify /job \*\*\*,\*\* /process=user:tartman /log

See Also

Windows Syntax Rules