Hello,
Maybe it wasn't clear, but the "corrects" scripts of my second message don't work neither.
If someone succeed in runing script on several file in DraftSight, please let me know.
I'm sorry, I did a mistake, it's not not
SaveAs Open c:\TEST1.dwg
but
SaveAs c:\TEST1.dwg
So here is the correct script :
Open c:\TEST1.dxf
SaveAs c:\TEST1.dwg
Close
Open c:\TEST2.dxf
SaveAs c:\TEST2.dwg
Close
And the second also corrected :
Open c:\TEST1.dxf
SaveAs c:\TEST1.dwg
Open...
Hello Everybody,
My problem is quite similar to http://www.eng-tips.com/viewthread.cfm?qid=315908#post (closed thread, no answer given)
I'm trying to run a DraftSight script (with prompt commands, no API), with a batch command (on several files). It should save a DXF file as a DWG file.
The...