HeheSo the change has to be made in the way Octane handles the "edit" command? yes I have tried the single slash on every instance it looks it behaves the same
Now the "Octane freeze through the script when material nodes are connected", I am suspecting is also some sort of bug on Octane's side, what do you think? (EDIT: again, I have tried manually typing the same command and it's still a freeze)
thanks man, without your feedback I think I would've gone mad!

About the "Octane freeze through the script when material nodes are connected", i haven't tried this yet, will check it out now.
btw, to check the string sent to octane:
- Copy the stringstream from the max listener i.e: ""N:\OCTANE\OctaneRender_COM_1022_beta22_RC3_win_x64\octane.exe" -e -n X:\GFX\Project\boxes\\test2.ocs -m test2.obj................"
- Then set the variable str="\"N:\OCTANE\OctaneRender_COM_1022_beta22_RC3_win_x64\octane.exe\" -e -n X:\GFX\Project\boxes\\test2.ocs -m test2.obj................"
(remember to put a \ before each quote around the path to octane)
- Then evaluate: HiddenDOSCommand (str as string) donotwait:true