Code: Select all
@echo Off
color A4
:chooseProgram
echo.
set /p task="Hey, %username% what do you want to close?"
goto program
:program
taskkill /f /im "%task%"
exit
But, I was wondering if any of you can help me...I was interested in seeing if you can make code that will display a list of all the current processes...thanks in advance! You guys are great.