Print center delay
Print center delay
- Subject: Print center delay
- From: Rich Carroll <email@hidden>
- Date: Wed, 03 Mar 2004 13:39:32 -0600
Hello all,
I'm having an issue where I need to print several hundred PDF's. The problem
I'm running into is that I end up overloading the printer itself. I was
trying to write a script that will toggle the printer back and forth from
stopped to printing to send the files in a slower fashion. Every time I set
the status, I get an error "Print Center got an error:
NSInternalScriptError"
Any ideas?
Repeat 100 times
tell application "Printer Center"
tell current printer
set status to printing
delay 5
set status to stopped
end tell
end tell
End repeat
--
Richard McCormick-Carroll
Application Specialist
Capps Digital Development Group
email@hidden
email@hidden
312.220.1679 @ Desk
312.520.1679 @ Cell
www.cappsdigital.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.