Jump to content

help with making portable icq6


Recommended Posts

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!!!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...