List or schedule delayed and periodic tasks on the specified computer
system. (This defaults to the local system.)
Variations
at [\\host]
List currently pending at jobs in
the Schedule service queue. Note that at jobs also appear in the Scheduled Tasks
control panel applet, and may be managed from there also.
at [\\host] job-ID /DELETE
at [\\host] /DELETE [/YES]
Remove a pending job (first form) or all pending jobs (second
form; /YES preconfirms the action).
at [\\host] time [options] command
Schedule a job for one-time or periodic execution;
time indicates the time of day at which the
command runs.
Job Scheduling Options
- /NEXT: weekday | n
Run the command on the next occurrence of the specified day of the
week or on the nth of the month.
- /EVER Y: weekday-and-dates-list
Run the command on a regular schedule; i.e., on each day of the week
or the date of the month specified in the comma-separated list.
- /INTERACTIVE
Allow desktop input when the command executes.
clearmem [options]
Clear and allocate memory.
Option
- -mn
Allocate n MB of memory (the default is all of
the memory).
See W2RKTools.Chm for other options.
diskperf -Y[D | V] | -N[D | V] [\\host]
Enable (-Y) or disable (-N) disk
performance counters on the specified system (this defaults to the
local system). D and V refer to the counters for physical and
logical devices, respectively—for example, -YD enables
the counter for physical disks. By default, all counters are enabled.
The command takes effect once the system is rebooted.
kill [/F] item
Terminate one or more processes, where item is a
process ID or a regular expression designed to match a complete task
/command name or window title. The /F option kills some processes that survive
the normal termination signal.
memsnap
Write a listing of all current processes and their memory usage
statistics to the file memsnap.log.
net print \\host\shared-printer
List the contents of the specified print queue.