Skip to content
⌘ NSIS Forum Archive

tasklist command

3 posts

longuard#

tasklist command

hi
i want to seash a process with the command tasklist and retrun the result in a text file
i have try with this command :
ExecWait "tasklist /fi imagename eq mysqld.exe > $INSTDIR\tastlist.txt" $R0
but it does'nt work the file isnt create
any one have a idea on how to do that.

thanks