set time for print job

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

need to print a document of 445 pages after working hours. how do i set the
time for print jobs, is this possible?

cheers
 
I don't know such a function in windows.

Most applications can print documents with commandline-parmeters.
If the application only uses DDE you need a short programm containing the
function "ShellExecute(..., "Print") or "PrintTo"

you can than setup a task in task planer to do the print job at night.

Dieter
 
Back
Top