New rpcclient command "at" for NT scheduler control, a slightly improved
authorMatthew Chapman <matty@samba.org>
Fri, 23 Apr 1999 15:01:35 +0000 (15:01 +0000)
committerMatthew Chapman <matty@samba.org>
Fri, 23 Apr 1999 15:01:35 +0000 (15:01 +0000)
commit16758a425265afaf6d4ba2636fdafbdb5b26b708
treeedffd5716e09ab8eb157b6e6970ff5621bbed5c3
parent2bc0641b88bb770812fbfbcfa8cf63b60eb49e45
New rpcclient command "at" for NT scheduler control, a slightly improved
version of the NT command.

at { time [/INTERACTIVE] [{/EVERY|/NEXT}:5,Sun,...] command | [/DEL] [jobid] }

Examples (options used in abbreviated form):
at                                         ; Shows all jobs
at 1                                       ; Detail on job 1
at /D                                      ; Deletes all jobs
at /D 1                                    ; Deletes job 1
at 11:11:11AM /I /N:1 d:\humour\silly.exe  ; First of next month
at 9:00AM /E:M,T,W,Th,F net send MATTY Hi  ; Each weekday
at 11:00PM /E c:\winnt\backup.exe          ; Every day
(This used to be commit cf8c476d2eec24c150877b6bb8af7f7875cc1840)
source3/rpcclient/cmd_atsvc.c [new file with mode: 0644]
source3/rpcclient/display.c
source3/rpcclient/rpcclient.c