Search found 3 matches

by stevetilsed
25 Feb 2009 12:56
Forum: DOS Batch Forum
Topic: .Bat file to kill processes upon confirmation
Replies: 4
Views: 7629

Cheers guys that worked wonders!
by stevetilsed
24 Feb 2009 15:38
Forum: DOS Batch Forum
Topic: .Bat file to kill processes upon confirmation
Replies: 4
Views: 7629

HI m, thanks for the swift reply, i have copied it out and tested but cannot get it to work but possibly because i do not understand the IF statement below. below. IF /I [%YN%] EQU [N] (GOTO:START) ECHO. TASKKILL /F /IM "%PROCESS%" ECHO. PAUSE GOTO:START I also guessing that the following ...
by stevetilsed
24 Feb 2009 11:33
Forum: DOS Batch Forum
Topic: .Bat file to kill processes upon confirmation
Replies: 4
Views: 7629

.Bat file to kill processes upon confirmation

Hi all, I'd would like some help creating a simple (yeah i know n00b here) .Bat file that kills processes but requires me to confirm i wish for this to be done. The background: We have several programs at work that are memory hungry when left open for some time (i have the program left open for mont...