Dec
15
hey guys.
is it possible to just source a bat file via a node in an network at rendertime through python/tcl?
I tried this in an expression node.. but seems not to work.
Code:
python -eval os.import; python -eval os.system ('E:\robocopy_cmd.bat')
any ideas anyone?
Post a Comment