[ autoit ]
;Sleep (10000) $winname = "Helper - VMware Workstation" $text = "Resume this virtual machine" ShellExecute("C:\Program Files (x86)\VMware\VMware Workstation\vmware.exe") ShellExecute("C:\VM\Qfw.vmx") WinWaitActive($winname) ControlClick($winname,$text,"[CLASS:Static; INSTANCE:67]");>>>something got problem here
Is possible to get control on the button to start VM while I start my computer ?


Many Thanks,
Elson