E Enkidu Nov 9, 2006 #1 Is there a way to get a list of scheduled tasks from the command line? Cheers. Cliff
P Pegasus \(MVP\) Nov 9, 2006 #2 Enkidu said: Is there a way to get a list of scheduled tasks from the command line? Cheers. Cliff Click to expand... 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
Enkidu said: Is there a way to get a list of scheduled tasks from the command line? Cheers. Cliff Click to expand... 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