Skip to content

Instantly share code, notes, and snippets.

@tnhung2011
Created August 29, 2022 01:05
Show Gist options
  • Select an option

  • Save tnhung2011/aac6f762e55e9b8e6274092ce60baf25 to your computer and use it in GitHub Desktop.

Select an option

Save tnhung2011/aac6f762e55e9b8e6274092ce60baf25 to your computer and use it in GitHub Desktop.

Revisions

  1. tnhung2011 revised this gist Aug 29, 2022. No changes.
  2. tnhung2011 created this gist Aug 29, 2022.
    7 changes: 7 additions & 0 deletions taskkiller.bat
    Original 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%