05-03-2024, 23:53
Windows 10, desktop PC
In PowerShell I executed these two command lines and got these responses:
> C: \"Program Files"\MinimServer\bin\mscript.cmd -c stream.record KCSM
Cannot specify a script and -c
> C: \"Program Files"\MinimServer\bin\mscript.cmd -c rescan
+ * rescan
+ : status=0
First: In the documentation, have I missed a list of all currently valid commands that can follow mscript.cmd -c ?
Second: I can do a rescan with a task in Task Scheduler by slightly modifying the line above to this action:
"C: \Program Files\MinimServer\bin\mscript.cmd" -c rescan
I'd like Minimstreamer to start recording at a specified time while I'm not at the PC. Is it feasible with my line of attack here, either already or perhaps with expanded capability of mscript.cmd -c ?
(I've put some spaces in between special characters, and used the Verdana trick, in order to defeat the 403 Forbidden block.)
In PowerShell I executed these two command lines and got these responses:
> C: \"Program Files"\MinimServer\bin\mscript.cmd -c stream.record KCSM
Cannot specify a script and -c
> C: \"Program Files"\MinimServer\bin\mscript.cmd -c rescan
+ * rescan
+ : status=0
First: In the documentation, have I missed a list of all currently valid commands that can follow mscript.cmd -c ?
Second: I can do a rescan with a task in Task Scheduler by slightly modifying the line above to this action:
"C: \Program Files\MinimServer\bin\mscript.cmd" -c rescan
I'd like Minimstreamer to start recording at a specified time while I'm not at the PC. Is it feasible with my line of attack here, either already or perhaps with expanded capability of mscript.cmd -c ?
(I've put some spaces in between special characters, and used the Verdana trick, in order to defeat the 403 Forbidden block.)