Chazb2 Posted July 31, 2009 Posted July 31, 2009 I have Print script that I am trying to add a new printer too but the paper size callout uses inch marks so when I use a quotes for the command it fails. Is there another way to make it read the name? I have tried the pipe symbol with no success. Any suggestions "-plot" "Yes" "" "ECFMT-PRN07.pc3" "Letter (8.5" x 11")" "I" "L" "No" "Extents" "FIT" "0,0" "Yes" "AD_KPUS_sizeC-E_HPGL2.ctb" "Yes" "No" "No" "No" "No" "No" "Yes") Quote
Lee Mac Posted July 31, 2009 Posted July 31, 2009 Use a backslash (a character escape sequence) to preceed the quote symbol, so that it may be interpretted literally. See here http://www.lucersoft.com/HBEPRODOC/Scripts/EscapeSequences.php Quote
The Buzzard Posted July 31, 2009 Posted July 31, 2009 I have Print script that I am trying to add a new printer too but the paper size callout uses inch marks so when I use a quotes for the command it fails. Is there another way to make it read the name? I have tried the pipe symbol with no success. Any suggestions "-plot" "Yes" "" "ECFMT-PRN07.pc3" "Letter (8.5" x 11")" "I" "L" "No" "Extents" "FIT" "0,0" "Yes" "AD_KPUS_sizeC-E_HPGL2.ctb" "Yes" "No" "No" "No" "No" "No" "Yes") Try: "Letter (8.5\" x 11\")" or "Letter (8-1/2\" x 11\")" Quote
Lee Mac Posted August 5, 2009 Posted August 5, 2009 Perhaps, but if it is a script he is working on, perhaps he wants it to work in LT also :wink: 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.