I'm making a batch program for launching OS's and utilities, one of these utilities needs to list the currently open applications/windows like task manager but its only apps no BGPROS.
here's a image to show what i need
heres the file
https://drive.google.com/open?id=0Bz92BbPiREo9MHYybTBaNEcyak0
and here's the code so you can find the where it is.
:TASKCHK
cls
:: THIS IS WHERE THE APP LISTER GOES!
echo.
pause
goto UTIL