dankell Posted August 14, 2008 Posted August 14, 2008 I'm trying to develop a batch printer for our office. I'm now happy that I have scripts that will print / generate pdfs as I want when I call the script using the following command line: "C:\Program Files\AutoCAD LT 2008\acadlt.exe" /b "C:\testscripts\script.scr" This opens the document declared in the start of the script and then prints it. I would like to then close the document (which I can) and perform the same actions on a second document. However, if I call the above command a second time, a second instance of AutoCAD is opened. I would prefer not to have to exit after each iteration of the script. Any suggestions? Quote
JeepMaster Posted August 14, 2008 Posted August 14, 2008 Is there a reason why you don't use script programs like ScriptPro to run your scripts to a set of drawings? Quote
dankell Posted August 15, 2008 Author Posted August 15, 2008 We're trying to create an integrated workflow for issuing all our documents - recording them and creating outgoing copies as part of the same process as recording that they've been sent... :-) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.