Jump to content

Help using macro @WindowsDir


Recommended Posts

Hi,

I'm looking for how to run the following command with the macro @WindowsDir

RunWait('RegEdit /S "C:\Windows\Setup\Scripts\MyProg.reg"')

I tested the 2 following without success

RunWait('RegEdit /S  @WindowsDir & "\Setup\Scripts\MyProg.reg"')

$RegDir = "\Setup\Scripts\MyProg.reg"
RunWait('RegEdit /S "@WindowsDir & $RegDir"')

Regards

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