I am running a redis server to expand the amount of cores for machine learning algorithms. To create workers on another computer I need to execute a batch file that starts them up on a networked computer. I can start them on my local machine and get them running on the remote machine through psexec.exe command in a .bat file. However I also need to be able to invoke this .bat file from my R console to make it an all in one system so I do not have to start them manually every time I run a new model.I am running a redis server to expand the amoun