zyshow Posted November 22, 2005 Posted November 22, 2005 RegWrite("HKEY_CURRENT_USER\test\","A","REG_SZ",'"C:\Program Files\SPXBundle\Studio.exe" "%1"')I want to attain.....Replace C:\Program Files with the @ProgramFilesDirwish gave an full scriptThank you !
AcidicChip Posted November 22, 2005 Posted November 22, 2005 RegWrite("HKEY_CURRENT_USER\test\","A","REG_SZ",'"C:\Program Files\SPXBundle\Studio.exe" "%1"')I want to attain.....Replace C:\Program Files with the @ProgramFilesDirwish gave an full scriptThank you !RegWrite("HKEY_CURRENT_USER\test\","A","REG_SZ",'"' & @ProgramFilesDir & '\SPXBundle\Studio.exe" "%1"')
zyshow Posted November 22, 2005 Author Posted November 22, 2005 (edited) Very thankful!!!!!!! Edited November 22, 2005 by zyshow
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