Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
checking state of variable on another computer
#2
Computer A

Macro
Code:
Copy      Help
str s
int e=net("computer" "password" "Function62" s)
if(e) end "failed, %i" 0 e
if(val(s))
,out "window exists"
else
,out "window does not exist"

Computer B

Function Function62
Code:
Copy      Help
;\
function#
ret win("Notepad")
;ret wait(0 WC win("Notepad"))


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)