Im wondering is there a way to close the browser when you have signaled to quit your program with your code internally. At the end of my main do loop, is there a browser close command at this point??
To see this working, head to your live site.
Search
This will close the tab/window:
cls 0 print "key..." wait key closewin Instruction "closewin" // Javascript { window.close() ; } End Instruction
great thx