Pause printing use command line

  • Thread starter Thread starter John
  • Start date Start date
J

John

Dear,

How can i pause the printing use command line on win2k, as
i can use "net print" to pause by job number only but it
can't pause all printer spooler. what can i do?

Many Thanks
John
 
John said:
Dear,

How can i pause the printing use command line on win2k, as
i can use "net print" to pause by job number only but it
can't pause all printer spooler. what can i do?

Many Thanks
John

Your question is a little hard to understand - perhaps you can
break it up into shorter sentences and rephrase it.

If you want to insert a delay in a batch file then this command
will do it:

ping localhost -n 10 > nul

This will give you a delay of 10 seconds.
 
Your question is a little hard to understand - perhaps you can
break it up into shorter sentences and rephrase it.

If you want to insert a delay in a batch file then this command
will do it:

ping localhost -n 10 > nul

This will give you a delay of 10 seconds.

Pegasus: I think what he is after is a way to pause all print jobs via
command line.

Maybe a batch file??
 
Back
Top