In vbs, I can use wscript.quit() to return code,
In hta, self.close(x) or window.close(x) is always '0'
So how to get the return code from hta?
In vbs, I can use wscript.quit() to return code,
In hta, self.close(x) or window.close(x) is always '0'
So how to get the return code from hta?