Subj : src/vdmodem/vdmodem.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Sun May 29 2022 07:19 pm https://gitlab.synchro.net/main/sbbs/-/commit/d375556d8f6c6d40e0ae778c Modified Files: src/vdmodem/vdmodem.c Log Message: Enable experimental sbbsexec modes (e.g. redir DOS I/O) Added undocumented experimental options -I and -O to enable DOS input and output interception modes in sbbsexec (e.g. to be used possibly with '-h'). Also -M to specify sbbsexec mode value by number (e.g. 3 to enable DOS Input/Output redir). Added '-n' option to specify node number (probably no real value/need). Safe string formatting. .