i found the problem! (I use windows 7)
start.cmd doesn't work with mapped disk:
cd Z:\test\2\
start /MIN octane.cmd
exit
del "Z:\test\2\start.cmd"
with cd Z:\test\2\ cmd don't go in this directory, because it needs a "Z:"
cd Z:\test\2\
Z:
start /MIN octane.cmd
exit
del "Z:\test\2\start.cmd"
meanwhile if I use network ip:
cd \\192.168.1.252\SketchUp\3\
start /MIN octane.cmd
exit
del "\\192.168.1.252\SketchUp\3\start.cmd"
the command cd \\192.168.1.252\SketchUp\3\ doesn't work
in the CMD this is the error:
CMD does not support the use of UNC paths as current directories.
Octane Sketchup Exporter - 1024-02
Intel Core i7 950\Zotac ION 512 mb, 1 Gainward 780 ti 3 gb\ 12 gb\ W7
So you [we?] have found that you can run a cmd file in code if the project-folder in not on the drive that's running Windows - i.e. a mapped-drive, UNLESS you have the drive letter e.g. X: added to the code... I CAN do that - wait while I update the tool...
TIG
excuse me for my bad english
I should have said that "i found the problem on my pc
"
thank you for your help,I'm looking forward to the next release!

I should have said that "i found the problem on my pc

thank you for your help,I'm looking forward to the next release!
Intel Core i7 950\Zotac ION 512 mb, 1 Gainward 780 ti 3 gb\ 12 gb\ W7
Area D
Here's version 1024-03 that addresses the issue...
http://www.refractivesoftware.com/forum ... =31&t=6643
Thanks for spotting it
Here's version 1024-03 that addresses the issue...
http://www.refractivesoftware.com/forum ... =31&t=6643
Thanks for spotting it

TIG