Question
Thread display: Collapse - |
All Answers
Share your knowledge
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.
Taskkill
How do I supress or hide an error generated by WindowsXP's taskkill command?
I am using taskkill in a script which is used for backing up user's PST file. Before starting backup, taskkill terminates Outlook if it is running. But if Outlook is not running then taskkill shows up following error.
ERROR: The process "outlook.exe" not found.
Is there a way to avoid this message from displaying?