python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
C# : Killing a specific file opened and not all instance
I'm trying to open an excel file in my application via Process.
When the form is closed I want to close that file automatically .
The issue that I'm facing is even if I specify the PID process of the ...
KiraKo
Votes: 0
Answers: 0
How to kill listening process on Windows?
My application (WIN32-Delphi-SecureBridge) creates an SSH tunnel to a PostgreSQL database. Sometimes the tunnel is not closed properly and a process is left which I cannot remove programmatically. Bel...
Olaf
Votes: 0
Answers: 0
Batch file that closes all programs except certain ones
I'm trying to write a batch file (or powershell script) that closes all programs with active windows, except certain programs. I also don't want just any program Windows is running to be closed, just ...
Sam
Votes: 0
Answers: 3
How to kill same name processes by differing them by their parameter? in BATCH / .bat
Henlo smarter folks.
While having fun with automating some workflows [im doing this in batch (/ vba)], btw this means if you think its better / easier to perform this in vba hit me, i faced the proble...
Günther-Dikdik
Votes: 0
Answers: 1