Is there a way to document scheduled tasks???

  • Thread starter Thread starter Willie Nelson
  • Start date Start date
W

Willie Nelson

On several of my servers, I have tens and sometimes hundreds of scheduled
(AT) tasks. I need a way to document this, the best way being to copy or
export the whole list to a text file or something. Does anybody konw any
way to do this??

Thanks..
 
Hi,

Load cmd.exe and CD to the directory you want the list. Then type:
at >at.txt
(there's a space) and it should output the list into "at.txt"

Hope this helps,

--
--Jonathan Maltz [Microsoft MVP - Windows Server]
http://www.imbored.biz - A Windows Server 2003 visual, step-by-step
tutorial site :-)
Only reply by newsgroup. If I see an email I didn't ask for, it will be
deleted without reading.
 
Jonathan said:
Hi,

Load cmd.exe and CD to the directory you want the list. Then type:
at >at.txt
(there's a space) and it should output the list into "at.txt"

Hope this helps,

I think that will only work if you are using Schedule Service
(ATSVC.EXE) but not Task Mangler^H^H^H^Hager (MSTASK.EXE).
If using the latter, then maybe JT.EXE could give you a list....
 
I considered taskmgr, but he said "scheduled
(AT) tasks" so I figured he meant he scheduled them using the at.exe command

--
--Jonathan Maltz [Microsoft MVP - Windows Server]
http://www.imbored.biz - A Windows Server 2003 visual, step-by-step
tutorial site :-)
Only reply by newsgroup. If I see an email I didn't ask for, it will be
deleted without reading.
 
Jonathan said:
I considered taskmgr, but he said "scheduled
(AT) tasks" so I figured he meant he scheduled them using the at.exe command

It is possible to schedule tasks through AT if you are using Task Manager;
however, the AT command cannot see any tasks that weren't scheduled by it.
 
Interesting. Thanks for the info :-)

BTW - I like the whole "unzip my address" ;-)

--
--Jonathan Maltz [Microsoft MVP - Windows Server]
http://www.imbored.biz - A Windows Server 2003 visual, step-by-step
tutorial site :-)
Only reply by newsgroup. If I see an email I didn't ask for, it will be
deleted without reading.
 
Back
Top