Re: List scheduled tasks from the command line?




"Enkidu" <enkidu.com@xxxxxxxxxxxxxx> wrote in message
news:4552f97c$1@xxxxxxxxxxxxxxxxxxxxxx

Is there a way to get a list of scheduled tasks from the command line?

Cheers.

Cliff

You can get a raw list with this command:

dir /b "%SystemRoot%\tasks"

If you want something a little fancier then you can use schtasks.exe
from a WinXP PC. Check this link to make it work under Win2000:
http://www.jsifaq.com/SUBK/tip5300/rh5335.htm


.