Question
Thread display: Collapse - |
All Answers
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
How to automate tasklist?
Can I automate this and place it in my Administrator folder?
Here is what currently do.
Run
Cmd
tasklist /svc >"h:\my Documents\ed\tasklist_01.doc"
exit
This produces a document which shows all my current processes.
I have tried writing a batch program to run this but I just can not make it work.
Can anyone tell me how I do this?