Skip to content

Instantly share code, notes, and snippets.

@akirad
Created September 14, 2018 05:52
Show Gist options
  • Save akirad/5ba2282687453f3d7cf52b349ac8a953 to your computer and use it in GitHub Desktop.
Save akirad/5ba2282687453f3d7cf52b349ac8a953 to your computer and use it in GitHub Desktop.
@echo off
set pid=%1
:loop
set /p<nul=%date% %time%,
tasklist /fo csv /fi "pid eq %pid%" /nh
timeout 60 > nul
goto :loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment