Created
June 4, 2021 04:14
-
-
Save dxrcy/f77cb5e807cb9dc08c6b09156e6a255f to your computer and use it in GitHub Desktop.
Command to output running tasks to file and open
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 characters
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