PDA

View Full Version : Scheduled Tasks


Dan
January 9th 04, 03:36 PM
Xref: kermit microsoft.public.windowsxp.general:909517

Hello Everyone:

Quick Question,

Is it possible to set up a scheduled task to
automatically format a disk drive once a week?

I know I can set a task to run CMD every week - but does
anyone know the command line paramaters to format a disk
driver (D)??

Let me know -- thanks!

Warren Young
January 9th 04, 03:36 PM
On Thu, 8 Jan 2004 16:58:05 -0800, "Dan"
> wrote:

>Hello Everyone:
>
>Quick Question,
>
>Is it possible to set up a scheduled task to
>automatically format a disk drive once a week?
>
>I know I can set a task to run CMD every week - but does
>anyone know the command line paramaters to format a disk
>driver (D)??
>
>Let me know -- thanks!

To pass a command to cmd, use /c such as:
cmd /c "format d:"

Warren

Google