Hi guys, with tasklist command i need to save as txt all running processes, so i've created a batch file with: TASKLIST > processes.txt At this point i would need to save as txt only the image names, without PID, session name and so on... simply a txt file in this format: csrss.exe svchost.exe taskmgr.exe wininit.exe winlogon.exe ... Is it possible to do it for you? Thank you in advance. Cheers