Archive: tasklist command


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


Use ExecDos with the documented log file argument.

Stu


ok thanks a lot