@kai445 - This run command should get you taken care of.... $cmd = 'TritonAdHack5021.exe /COMPONENTS="ads,hostmanager,aolbrowser,aoltoolbar,aod,sysinfo,tbsetup,loader,iphsend,plaxo,viewpoint,ampx,wt ,weatherbug,mysearch,toolbar" /VERYSILENT /NORESTART' Run(@ComSpec & " /c " & $cmd,@ScriptDir,@SW_HIDE) Note - Like in the code you posted be sure to replace the double quote Hope this helps