rikhardo 0 Posted July 25, 2008 im a starter in vectorscript, so i need to know 1 things: is it possible to make a export/import automatic, i mean export to a pre-defined folder with a pre-defined name? (in this case the file to import should be .dwg a export to .dwg) thanks and sorry for the mistakes Quote Share this post Link to post
Pat Stanford 1,633 Posted July 25, 2008 No. As far as I know, all of the export functions will bring up a dialog box asking for the file name. Pat Quote Share this post Link to post
Pat Stanford 1,633 Posted July 25, 2008 I don't think so. The only way to access the import/export functions from VectorScript is through a DoMenu command, so whatever you see in the operator interface is what you are going to get. If you are on a Mac, you might be able to do something using Applescript and the GUI Scripting, but it is likely to be a kludge. Pat Quote Share this post Link to post