Jump to content

Printing Question


Recommended Posts

Guest Chad Guiney
Posted

I have something happening with my print server. I have noticed lately that

the print jobs in the que say "Deleting - Printed" The jobs go to the printer

but I have to manually go and delete all the .SPL files from old print jobs

to make this go away otherwise the print que gets out of hand. How can I make

it so the que gets cleared out automatically? As far as I know it used to

clear out automatically. Thanks in advance.

  • Replies 1
  • Created
  • Last Reply
Guest Daniel H
Posted

RE: Printing Question

 

If you have to do this manually, it can help to use robocopy.

You can move all Files there are older than a specified time to a backup

folder (with robocopy in cmd).

This can done by a Sceduled Task.

With an other Task you can delete all Files in the backup folder (with del

*.* in the backup folder)

 

Respectfully

 

--

Daniel H

Systemsadministrator

Switzerland

 

 

"Chad Guiney" wrote:

> I have something happening with my print server. I have noticed lately that

> the print jobs in the que say "Deleting - Printed" The jobs go to the printer

> but I have to manually go and delete all the .SPL files from old print jobs

> to make this go away otherwise the print que gets out of hand. How can I make

> it so the que gets cleared out automatically? As far as I know it used to

> clear out automatically. Thanks in advance.


×
×
  • Create New...