Subj : src/sbbs3/js_bbs.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Mon Nov 30 2020 07:37 pm https://gitlab.synchro.net/main/sbbs/-/commit/6d9a27280fa52e05362f3efa Modified Files: src/sbbs3/js_bbs.cpp Log Message: Throw an exception in bbs.exec_xtrn() when passed no argument .... or when passed an invalid external program code or number, rather just just returning false. The underlying exec_xtrn() C++ function may return false (failure) for other reasons, so let's not obfuscate the other potential failure causes. .