How can I run an executable using command prompt?

tomcostigan

New member
I have a blue screen of death problem, "IRQL not less or equal" and I can only run windows on safe mode with command prompt. I need to execute a file called tdsskiller.exe to resolve the problem but I can't remember the exact directory of the file either.
 
You need to either be in the directory that contains the executable, or type the full path of the executable. If the executable is in one of the directories in your search path, you can just type the name.

You can use the cd <path> command to change directories, and the dir command to see what's in a directory.
 
Back
Top