Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-05-07 | had to move day display names into lib/util, to get rpctorture to compile. | Luke Leighton | 1 | -2/+2 | |
(This used to be commit 8c80742e4e5604bc667314e51c47924efd65df49) | |||||
1999-05-01 | Adding "time" rpcclient command which displays the remote time. | Matthew Chapman | 1 | -18/+57 | |
Also added special "now" time to the "at" command, e.g.: at now /i cmd ; pops up a command prompt (This used to be commit f456dcf08ec96c631f5e6f2e857115d4bbf94d1b) | |||||
1999-04-23 | New rpcclient command "at" for NT scheduler control, a slightly improved | Matthew Chapman | 1 | -0/+327 | |
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) |