Announcement

Collapse
No announcement yet.

Updating Registry entry

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Updating Registry entry

    Trying to create tool to update a registy setting. From the command line, "regedit.exe /s c:\regupdate.reg" works but
    "cmd /c title Performing Registry entry On %C1% & regedit.exe /s %C1%\c:\regupdate.reg&pause" Will not.

    Any ideas?

  • #2
    Re: Updating Registry entry

    If you run it this way, what results do you get:

    cmd /c regedit.exe /s %C1% \c:\regupdate.reg&pause

    Comment

    Working...
    X