Corey-Troy Posted December 22, 2009 Posted December 22, 2009 I have set up a script to print a layout. Problem is i need to print one copy to a SHARP printer, then print two copies to a OKI printer. I set up the print section of the script like this: Code: Print Setup[Restore;No Dialog] <= SHARP Printer Print [Restore;No Dialog] <= 1 copy specified Pause/Resume Script [Duration(Seconds).5] Print Setup[Restore;No Dialog] <= OKI Printer Print [Restore;No Dialog] <= 2 copys specified The problem is is get all copies printing to the SHARP printer. Each time i go in and set the printers to the appropriate printer, the other one changes to the same printer. How do i set this up so it stays to the set printers?
bcooney Posted December 22, 2009 Posted December 22, 2009 Cory, I've read of this happening, even in FM10. How about two subscripts: Print_Sharp and Print_OKI The scripts will have only Print (Restore; No Dialog) steps. Call them using Perform Script from your existing script. Sounds odd, I know, and what you have should work, but I've heard that not having two Print (Restores) in the same script helped.
Corey-Troy Posted December 22, 2009 Author Posted December 22, 2009 Thank you for the reply. I did think of breaking it up into 2 scripts, but thought i must have been doing something incorrect with the setup of the printers. Will do what you recommended. -)
Recommended Posts
This topic is 5452 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now