Batch Script

Discussion in 'AutoCAD' started by Scott, Dec 27, 2004.

  1. Scott

    Scott Guest

    Hi,

    Does anyone know of a batch script program?
    I need to update title blocs on 200+ drawings and it is taking way too much
    time
    when done manually. I have a script that works fine, but if I can use batch
    scripting, I won't have to sit here and wait.

    Any direction is appreciated.

    Thanks,

    Scott
     
    Scott, Dec 27, 2004
    #1
  2. Scott,

    I had replied to your post on another newsgroup.

    Try this:
    ftp://ftp.pazarbasi.net/multiscript_1_beta.zip

    It is a free beta version of Multiscript.

    Sam
     
    Selami Sam Pazarbasi, Dec 27, 2004
    #2
  3. Scott

    ecable Guest

    Try the Migration tools, Script Pro.
    If you don't have it you can download it from autodesk.
    I use it all the time and it works great.
     
    ecable, Dec 27, 2004
    #3
  4. Scott

    ECCAD Guest

    ECCAD, Dec 27, 2004
    #4
  5. Scott

    liftedaxis Guest

    liftedaxis, Dec 27, 2004
    #5
  6. Rogerio_Brazil, Dec 28, 2004
    #6
  7. Scott

    John Schmidt Guest

    John Schmidt, Jan 3, 2005
    #7
  8. Scott

    Doug Guest

    Create a new plain text file and call it UPDATE.CMD
    Put this text in it:


    FOR %%G in (*.DWG) DO "C:\Program Files\AutoCAD 2004\acad.exe" %%G /b
    c:\update.scr


    but of course substitute the correct path and program file name. It may not
    even be required, beyond just 'acad.exe', but I haven't checked.

    In Windows Explorer, double-click on UPDATE.CMD.
    Then, if your working script is called UPDATE.SCR, it will run for each DWG
    file in the current directory.

    I used this method for changing many title blocks at a previous employer.
    I also use it for batch printing or plotting in a dedicated directory called
    BatPrint, adding a line at the end of the CMD file sayiing " del *.dwg" to
    clean up the directory and be ready for the next batch.
    Works great!

    DougVL
     
    Doug, Jan 5, 2005
    #8
  9. Scott

    Scott Guest

    This works wonderfully!!

    Thanks!

    Scott

     
    Scott, Jan 5, 2005
    #9
  10. Scott

    Sam Guest

    I found out that it moved to ftp://ftp.eworksllc.com/multiscript.zip

    Sam
     
    Sam, Jan 26, 2005
    #10
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.