- To list all running tasks
Output may defer according to your system tasks so, write the code and execute/run your batch file
@echo off
tasklist /fi "status eq running"
pause
It will show all the running tasksProgram
After writing the code, Double-click your batch file, it will show all the running tasks
:: cmd to list all running tasks
tasklist /fi "status eq running"
:: cmd to list all tasks
tasklist
Concept
Coming Soon !
QuickThe dreams I chased took me on a journey, a journey more rewarding than the goals