i'm trying to get HARDiNFO 2005 v5.0 Build 2905 to run with autoit
this is as far as i get:
CODE
Run("setup.exe")
WinWaitActive("HARDiNFO 2005 Enterprise")
SEND("{ENTER}")
WinWaitActive("HARDiNFO 2005 Enterprise")
SEND("{SPACE}{SPACE}")
SEND("{TAB}{right}{ENTER}")
WinWaitActive("HARDiNFO 2005 Enterprise")
SEND("{ENTER}")
WinWaitActive("HARDiNFO 2005 Enterprise")
SEND("{SPACE}{SPACE}")
SEND("{TAB}{right}{ENTER}")
in the next screen there are name, company, and serial number
i did try TAB 3 but that stops the install
is there someone that has a already setup script for hardinfo?
btw... why is it when i run this scrip it works 2 out of 3 time's
3th time it open's IE in my browser
