1.

Solve : Kill command in DOS?

Answer»

Hi! Is there a command that can be USED to kill an application. I know one in unix but not too sure abt DOS

if so can u let me know

in terms of killing the application do we need to enter the entire path or just .exe would be good.

ThanksIn DOS use an applications exit FUNCTION to shutdown a job. If a job is running at the console, use ctl-c.

In Windows, use either an applications exit function to shutdown a job or use the task manager (ctl-alt-del).

You could also use a SCRIPT to iterate all the running processes and based on user input, kill the job that way.

The UTILITY taskkill is not included with all versions of Windows.

Happy Computing...



Discussion

No Comment Found