Hello all
Just out of interest, how would you convert this cmd command into AutoIt:
for /f "delims=" %%g in ('tasklist') do echo %%g>>%userprofile%\Desktop\Tasklist.txt
Im aware of how to create a text file but I have no idea how to access the tasklist, is this possible??
Thanks in advance