decepticon 0 Posted September 1, 2007 problem is that icq6 save settings in "documents and settings\user profile\app data\icq" folder i need to store this settings in directory with icq.exe i tried this but it doesnt work: #NoTrayIcon $var = EnvGet("APPDATA") EnvSet("APPDATA", @ScriptDir) EnvUpdate() runwait("ICQ.exe") EnvSet("APPDATA", $var) EnvUpdate() thanx for any help!!! Share this post Link to post Share on other sites