Pause printing use command line

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
 
P

Pegasus \(MVP\)

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.
 
P

Paul Dietrich

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??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top