Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ExeOutputWindow => correct usage?
#2
The window disappears when exe process exits.
If the macro has nothing more to do, it can wait for something. For example, wait until the user closes the output window.

Macro Macro2420
Code:
Copy      Help
str a="abc"
ExeOutputWindow 4 "Show output"
out a

;mes("close?")
int w=win("Show output" "#32770" GetCurrentProcessId)
wait 0 -WC w


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)