Hi all, I have an problem with the Run command. I want to extract an .zip file with 7zip(7za.exe file) this can you do at the command prompt so i though i run this command in autoit Run(@ComSpec & ' /c ' & '"' & $7za.exe_file & '"' & ' x "' & $File_to_extract & '" -o"' & $Where_to_extract & '"' , "", @SW_HIDE, 2 + 4) but this won't work but if i run it just at the command prompt an i type it in manually it work. what did i do wrong?? Thanks in advan