Re: Octane Sketchup Exporter - 1024-02
Posted: Fri May 13, 2011 2:33 pm
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.
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.