xcxooxl Posted January 13, 2007 Posted January 13, 2007 i want to write config to counter strike and i want it to download my config but every user got a diffrent directory C:\program files\steam\steamapps\UserName\counter-strike is there i way i could use inetget so it will download it to C:\program files\steam\steamapps\*\counter-strike like search in what folders in steamapps there is counter strike and then choose it and if more then one then 2 downloads or somthing
xcal Posted January 13, 2007 Posted January 13, 2007 (edited) In all likelihood, there's a registry key pointing to the directory. Have a look in your own registry for an example. Probably in: HKEY_LOCAL_MACHINE\SOFTWARE\Name of software Then just use RegRead. edit - Or maybe you could use something like 'C:\program files\steam\steamapps\' & @UserName & '\counter-strike' for the path. Edited January 13, 2007 by xcal How To Ask Questions The Smart Way
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now