Reprint Spoolfile

  • Thread starter Thread starter Jakob Blomer
  • Start date Start date
J

Jakob Blomer

Hi

I've a set of a SPL and a SHD file from another Win2000 computer (format:
EMF1008). How can I print it on my own Win2000 Workstation with one of my
Printers?

Thanx,
Jakob
 
Jakob Blomer said:
Hi

I've a set of a SPL and a SHD file from another Win2000 computer (format:
EMF1008). How can I print it on my own Win2000 Workstation with one of my
Printers?

Share the printer then do this:

net use lptx: \\ComputerName\PrinterShareName
copy /b filename.spl LPTx:
 
Back
Top