By Balaji Ramamoorthy
AutoCAD 2013 has a command line version of AutoCAD that can help you with significantly faster batch processing of drawings. Please note that the use of this utility is not officially supported by Autodesk. Here is a quick introduction to get you started with it.
In the AutoCAD 2013 install folder, you can find the "AccoreConsole.exe". Just running it will display the command line switches that can be used with it.
It accepts four command line switches :
1) /i : Used to specify the drawing file path on which to run the script file
2) /s : Used to specify the path to the script file.
3) /l : If language packs are installed, you have the choice to invoke the language version of accoreconsole. The commands in the script file can then be in one of the languages that you have installed in your system.
4) /isolate : Used to prevent the changes to the system variables from affecting regular AutoCAD.
As an example, it is most common to set the "FILEDIA" system variable to 0 in your script files.
But if you do not want this system variable change to take effect when you start regular AutoCAD the next time, then you can use the "isolate" switch. This ensures that changes are kept local to accoreconsole.
Finally, if you need more details regarding AccoreConsole, have a look at the DevTV.
AccoreConsole DevTV
Happy batch processing !
Recent Comments