Jump to content

about Run


Jorman
 Share

Recommended Posts

Dearl All

I programming an AutoIt code to run a batch file as follow

Run(@scriptDir & "\test.bat")

Test.bat function that get a reg key

REG QUERY "HKLM\SOFTWARE\MICRSOFT\WINDOWS NT\CURRENTVERSION" /V EDITIONID > %WINDIR%\TEMP\TEST.TXT

I tried it on the 32bit and 64bit of Vista OS

It can run on 32bit for Vista correctly

but run on 64bit of Vista OS

It can run the bat file, but make the bat file can't get the reg key

I ran the bat file by manual, It also could run correctly

So, Are there anybody also get the program?

Link to comment
Share on other sites

I have 64bit windows XP and it doesn't work either. This is because the registry value you are looking for doesn't exist, at least not on my Windows XP x64 edition.

"HKLM\SOFTWARE\MICRSOFT\WINDOWS NT\CURRENTVERSION" - this exists

EDITIONID - This value doesn't exist

"So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire

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