Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Small question about Run and .Reg files

$
0
0

Hello,

 

I'm trying to run a .Reg file Silently, using Run.

I succeed by this method:

 

Run("REGEDIT /S Test.reg")

 

But, I was trying to run a .Reg file from another folder silently, and nothing happend.

I was trying to do it this way:

 

Run("REGEDIT /S", @ProgramFilesDir & "\Test.reg")

 

And no success :/

Why's that? I'll be glad to get help !

 

Thank you.


Viewing all articles
Browse latest Browse all 12506

Trending Articles