Skip to content

Instantly share code, notes, and snippets.

@dxrcy
Created June 4, 2021 04:14
Show Gist options
  • Save dxrcy/f77cb5e807cb9dc08c6b09156e6a255f to your computer and use it in GitHub Desktop.
Save dxrcy/f77cb5e807cb9dc08c6b09156e6a255f to your computer and use it in GitHub Desktop.
Command to output running tasks to file and open
echo @echo off ^& tasklist ^> tasklist.txt ^& start /max notepad tasklist.txt > taskfind.bat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment