SyntaxFix
Write A Post
Hire A Developer
Questions
Why don't you use PowerShell?
Stop-Process -Name notepad
And if you are in a batch file:
powershell -Command "Stop-Process -Name notepad" powershell -Command "Stop-Process -Id 4232"