How to send a ps file to a postscript printer (connected with tcp/ip)

  • Thread starter Thread starter Yuning Feng
  • Start date Start date
Y

Yuning Feng

I need to print a ps file using a Windows XP computer without
ghostscript ( and I do not have the privilege to install it). The
computer is connected to a postscript printer by tcp/ip. How can I put
the ps file to the printer?
Thanks for help.
 
Is the printer a connection or a local printer?

If local, share the printer and copy the file to the shared printer

If it's a connection just copy the file to the connection

in a command window

copy filename \\machinename\printersharename

--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/default.aspx?scid=fh;[ln];kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top