Hi i am new to batch programming
I just need to:
1. start Windows Task Manager inside my batch file
2. list all active processes
3. discover the wanted-processes (check by doing netstat -ano is port no 1099 being used if yes the get the PID and find the name of the process)
4. kill it