Jump to content

vglnT

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by vglnT

  1. I am building an install package so I can distribute a program that I have developed during my internship. There is a registry key that contains a file path, and I would like to prepend something like this: "C:\blah\blah2;". I have tried just making a .reg file, but I do not believe that I can do what I want with this type of file. I think I may need some type of .bat file, which I have never messed with. Summary: I need a script that does this: key = [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Application] string value = getValue("StartUpPath") value = "C:\blah1\blah2;" + value setValue("StartUpPath",value) Thanks in advance for the help, because I am at a loss.
×
×
  • Create New...