Gracefully terminate Run Program()
I am in a situation where I use Run Program() to send files to an FTP/MTP site. By and large everything works great, but sometimes there's a kink in the connection and the program lags indefinitely. I have recreated this problem from the command line and it's basically a lost connection type event. But I need to Ctrl-break out of CMD to stop it. In JMP I want to put in a timeout to reduce the risk...