Subj : Tickit calling AddFiles.exe
To : Gringo
From : echicken
Date : Wed Sep 30 2020 11:14 pm
Re: Tickit calling AddFiles.exe
By: Gringo to All on Wed Sep 30 2020 15:37:31
Gr> SBBSCTRL environment variable not set.
Gr> So i thought it would be an easy fix to just issue a setx sbbsctrl =
Gr> \sbbs\ctrl.
Seems like 'setx' should work, but maybe doesn't take effect until some things are restarted. I vaguely recall doing this via System Properties long ago.
Gr> I also modified the JS to issue a process.env call to set the environment
Gr> variables before the call.
We don't have process.env here, so I imagine that generated an error.
Most JS advice you find online will be about node.js and web browsers and won't necessarily work under Synchronet without some adaptation. Be mindful of that when trying random code that you find on Stack Overflow or whatever.