- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm fairely new to AutoCAD and .bat, .scr writting. I need to print large amounts of .dwg out and initially have been opening each drawing and then printing. This is incredibly time consuming and started investigating quicker methods.
Through using this forum's prevous posts and other online resources, I have put together a .bat/.scr system that will open each .dwg, run a script on it, and then quit. Due to some difficulties with moving on to the next .dwg in the folder, this system will start autoCAD, open the .dwg, run the script, and then quit autoCAD and then open autoCAD again and repeat the process through the entire folder of .dwgs.
I tested this system on a folder containing very few .dwgs and it seemed to work correctly. However, when testing it on a larger quantity, the printer recieves corrupt data and needs to restart. An error code was displayed that stated an error occured and to switch the main power switch off and on. I do not believe I'm exceding the printers memory due to the fact that other people have printed jobs with larger quantity and I believe there is a seperate error screen for that situation. I do wonder if the plot command can be interrupted by the quit command when exiting autoCAD causing corrupt data or if speed can cause corrupt data. Another problem may be due to the fact that I open and close AutoCAD so frequently that the maximum amount of jobs is reached.
So far I have been thinking about adding a delay in both .bat and in the script using the commands TIMEOUT and DELAY. I am nervous to test these changes due to the fact that many people use this printer and the error can disrupt other people's jobs.
Any tips or information that has helped you in the past would greatly be appreciated.
The printer being used is: Kyocera CS 4501i.
AutoCAD LT 2004
Thanks!
Solved! Go to Solution.