It is possible to remotely start the VRDaemon from the master without physically accessing the machines.
To do this, install owexec and use the following shell command :
owexec.exe -c computer_name -k “cmd /c MiddleVRDaemon.exe” -nowait
This way, you remotely ask the local computer shell to start the dameon (it doesn’t work if you directly start the daemon without the local console).
Note for MiddleVR 1.x: Check that your PATH values are the right ones on every computers.
0 Comments