Using ScriptPro to print multiple files?

Discussion in 'AutoCAD' started by CadMonster, Mar 17, 2005.

  1. CadMonster

    CadMonster Guest

    I have got my script straight and it is working good. Thanks again for all your help. My question is at the end of the script between the last line of the print command and when AutoCAD closes; it takes some time before it moves on to the next file and executes the print command. How can I shorten this time? Should I change the timeout or can I put something at the end of my script file to go ahead and close the file?
     
    CadMonster, Mar 17, 2005
    #1
  2. CadMonster

    CadMonster Guest

    Does anyone have any idea as to the best way to close my script file at the end so I don't have to wait for a time out? Here is what my script looks like:

    -plot
    y
    model
    \\vanes-s003\HPLJ5KN_ENG
    11x17
    inches
    landscape
    no
    limits
    fit
    center
    yes
    nawcad.ctb
    yes
    no
    no
    no
    yes
     
    CadMonster, Mar 21, 2005
    #2
  3. CadMonster

    Dave Jones Guest

    the end so I don't have to wait for a time out? Here is what my script
    looks like:
    add:
    qsave
    close
    at the end??
     
    Dave Jones, Mar 21, 2005
    #3
  4. CadMonster

    CadMonster Guest

    I tried "close." I'll add a "qsave" and see what happens.
     
    CadMonster, Mar 22, 2005
    #4
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.