Hi.
This is my QM code used to it could some help.
This is my QM code used to it could some help.
;;** Declare
str WindowName = ""
str Notepad = "Notepad" ;;** CN name?
str RunEXE = "$system$\notepad.exe"
;;** Window Check_and_run Medthod
if win(WindowName Notepad) = 0
out "Window Is0"
run RunEXE "" "" "" 0x200 ;;** run file patch
wait(15 WC win(WindowName Notepad)) ;;** wait Launcher to start (15 sec)
;;** Do something
out "Window IsAlive"
int w = win(WindowName Notepad) ;;** Get value
act w ;;** Window Action
mov+ 0.5 0 0.5 1.0 w 4 ;;** Mouse action