Share via

How to print multiple postscript files from command prompt?

Anonymous
2010-10-10T09:55:03+00:00

Original title: postscript files

I want to print multiple PS files directlyfrom command prompt. How is it possible?

Windows for home | Previous Windows versions | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2010-10-11T09:10:18+00:00

Hi,

You need to have a postscript driver installed for your printer to print the postscript files. While reaching I found some steps which might help you.

a.    Open aCommand Prompt

b.    At the command prompt type the following command:

copy /b "filename".ps "xxx#"

·         Where "filename" is the filename directory and filename of     the PostScript file that you wish to print out.

i.e. C:\TEMP\AN001.PS)

·         where "xxx#"  sends the print job to the specified printer port

     -lpt1 = send the print job to the printer on LPT1 or parallel

             port number 1

     -lpt2 = send the print job to the printer on LPT2 or parallel

             port number 2

c.    The print job will now print to the PostScript-capable printer designated.

For further assistance please contact adobe support team.

http://www.adobe.com/support/

http://www.adobe.com/aboutadobe/contact.html

http://forums.adobe.com/index.jspa


Thanks and Regards

Umesh P - Microsoft Support. Visit our Microsoft Answers Feedback Forum and let us know what you think.

[If this post helps to resolve your issue, please click the "Mark as Answer" or "Helpful" button at the top of this message. By marking a post as Answered, or Helpful you help others find the answer faster.]

Was this answer helpful?

0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2010-10-12T13:21:48+00:00

    This does not work if the printer is USB connected.  For USB:

    Access the Printers and "shared" the printer over the "network" (this includes your local system)

    Then:  copy -b "filename.ext"  .....   > \{your system network name}{USB printer shared name}

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2010-10-12T07:24:52+00:00

    Spot on. 


    Alan Morris Windows Printing Team; Search the Microsoft Knowledge Base here: http://support.microsoft.com/search/Default.aspx?adv=1

    Was this answer helpful?

    0 comments No comments