Created
August 29, 2022 01:05
-
-
Save tnhung2011/aac6f762e55e9b8e6274092ce60baf25 to your computer and use it in GitHub Desktop.
Revisions
-
tnhung2011 revised this gist
Aug 29, 2022 . No changes.There are no files selected for viewing
-
tnhung2011 created this gist
Aug 29, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ @echo off set args=%* if [%args%] EQU [] ( tasklist set /p args=Taskname to kill:^ ) taskkill /f /im %args%