(1) make sure to have latest wine version and smbfs installed
(2) make sure you have samba access to indigo share on master
(3) mount indigo share ..
- sudo mkdir /media/Indigo
- sudo smbmount //"masterIP"/"Indigoshare" /media/Indigo
(4) run slave .. open console in Indigodir on slave
- wine indigo.exe -n s -h "masterIP":7777 /media/Indigo/scene.xml -t 1
This should work..
You can also create a sh script ... make textfile paste above line and do a chmod +x shscript
now you can just run the script with ./shscript.
Have fun
u3dreal