Jump to content

Recommended Posts

Posted

I need to use a script to import a .reg file. I tried the run command but that doesn't work, is there a way to use the reg file or am I going to have to make an entry for every reg key?

Posted (edited)

#include <Process.au3>

$regimport = '"' & "c:\registerfile.reg" & '"'

_RunDos("reg import " & $regimport)

Edited by boltc

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...