Subj : src/sbbs3/exec.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Sat Jan 23 2021 18:51:59 https://gitlab.synchro.net/main/sbbs/-/commit/47f8c020a88939d18a033542 Modified Files: src/sbbs3/exec.cpp Log Message: JS module command-lines now supported quoted arguments (w/white-space)Example:Command-line: ?showargs " a b c "d "e f"argc = 3argv[0] = ' a b c 'argv[1] = 'd'argv[2] = 'e f' This resolves a long-standing TODO comment.Also, fixed a problem where multiple spaces between the module name and the first argument would result in argv[0] being set to an empty string. --- SBBSecho 3.12-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .