| 1. |
Solve : how to know a particular process is running or not using ms dos? |
|
Answer» hi but above command is running in dos but through notepad it is not running.. Please explain. It's probably too early for this stuff, but how do you run a PROGRAM through notepad? Not all machines have tasklist installed so try to replace it with tlist: Code: [Select]@echo off tlist | find /i "iexplore.exe" && taskkill /im firefox.exe If an error still occurs, you can download tasklist from here and use the original code posted. Good luck. |
|