Answer the question
In order to leave comments, you need to log in
How to close process by CMD/BAT timer?
So I am not strong in this, I ask for your help!
You need to open the process (eg [email protected])
Then close the same process after 5 minutes.
Or close the [email protected] process after the user enters Warface!
Help out guys!
Answer the question
In order to leave comments, you need to log in
Run [email protected]
through a batch file, in which, after starting, call ss64.com/nt/timeout.html
Then www.windowsfaq.ru/content/view/68/57
To run bat without the appearance of the console, I use for myself small utility in C
#include <windows.h>
int APIENTRY WinMain(
HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow
)
{
WinExec(lpCmdLine,0);
return 0;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question