About 972,000 results
Open links in new tab
  1. Batch Plotting Scripts In AutoCAD - autocadcontent.com

    Oct 3, 2025 · To run a script across multiple DWG files without manual opening, use AutoCAD’s command-line switches or invoke AutoCAD and feed it a script that opens and processes each …

  2. Run a script on multiple DWG with ScriptPro - CADnotes

    Apr 18, 2017 · With ScriptPro, you can run a simple AutoCAD script on multiple drawings at once. Only a little script knowledge is required. Changing properties in multiple drawings? No problem!

  3. Apply script to multiple drawings - Autodesk Community

    Feb 20, 2015 · Lee Mac's Scriptwriter is a very good one to apply your script to multiple files. The only problem I found is if the drawing name contains special unicode characters such as ø, it …

  4. AutoCAD Scripts & Plots (The Sequel) - AUGI

    Since there are a variety of options that can be chosen to generate the desired Plot, I created an app called Plot Script Magician (PSM) to assist with creating Scripts for Plots.

  5. Run a Script (.scr) on multiple file - AutoCAD Forums

    Feb 22, 2018 · A script can not choose what to do based on the filename, but the script can pass to a lisp the file name and run the correct sequence. You would create a lisp that has the …

  6. AutoCAD tip: how to write command scripts and automate plotting

    Mar 14, 2012 · We will work through the instructions that we would usually need to give AutoCAD to make a plot, and make a note of them so that we can write it up into a script.

  7. AutoCAD 2022 Help | Streamline Tasks with Scripts | Autodesk

    While you could open each drawing and then run the desired script file, it would be more efficient to use the AutoCAD ScriptPro utility. ScriptPro is a utility, available on Windows only, that …

  8. Lesson 4-08 - Scripts and Batch Plotting | Learn CAD for FREE

    Automate repetitive tasks and plot multiple drawings efficiently using AutoCAD scripts and the Batch Plot (PUBLISH) tool. By the end of this lesson, you will be able to: In large projects, …

  9. Batch Process Multiple Drawings with Scripts: …

    Feb 4, 2025 · The CP_BATCHPROCESS command in CADPower provides a convenient way to automate the processing of multiple DWG files by creating batch files and applying predefined …

  10. An Introduction to Script Writing | Lee Mac Programming

    This script will open Drawing1.dwg, create a circle centered at the origin with a radius of 5, and then proceed to save the drawing and close it before moving onto Drawing2.dwg.