|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have defined right-click commands "Print" for certain file types, such
that I can select multiple files at once and then right-click => "Print" to print them in a single swoop. But when doing so I am having troubles, since apparently the print jobs are sent too quick, which causes the printer driver (I am printing to a pseudo printer driver "FinePrint" that allows for misc. adjustments, prints multiple pages onto one etc.) to choke. So I would like to introduce a small delay after each print-job is sent, i.e. defined a print command line like Action: Application used to perform action: "application_path_here" /p "%1" && delay 10 where "/p" stands for the headless print option of the chosen application and "&& delay 10" stands for some "delay for 10 seconds" functionality, i.e. this is what I am seeking for. Hope I could make myself clear... Michael |
|
#2
|
|||
|
|||
|
best bet would be some sort of script, like vbscript. cant help you with the
script im afraid (just learning it myself) but the guys (and gals) in the vbscript forum will be able to cheers billy "Michael Moser" wrote: > I have defined right-click commands "Print" for certain file types, such > that I can select multiple files at once and then right-click => "Print" > to print them in a single swoop. > > But when doing so I am having troubles, since apparently the print jobs > are sent too quick, which causes the printer driver (I am printing to a > pseudo printer driver "FinePrint" that allows for misc. adjustments, > prints multiple pages onto one etc.) to choke. > > So I would like to introduce a small delay after each print-job is sent, > i.e. defined a print command line like > > Action: > Application used to perform action: > "application_path_here" /p "%1" && delay 10 > > where > "/p" stands for the headless print option of the chosen application > and > "&& delay 10" stands for some "delay for 10 seconds" functionality, i.e. > this is what I am seeking for. > > Hope I could make myself clear... > Michael > > > > > > > > |
|
#3
|
|||
|
|||
|
set the virtual printer as "offline" do your printing, then set it online
again.You do this by right clicking on the printer icon -- -- HOPE -- Desire and expectation rolled into one. Ambrose Bierce1842-1914 "Michael Moser" <michael-nospam.moser@nospam.freesurf.ch> wrote in message news:O52eT964FHA.744@TK2MSFTNGP10.phx.gbl... >I have defined right-click commands "Print" for certain file types, such >that I can select multiple files at once and then right-click => "Print" to >print them in a single swoop. > > But when doing so I am having troubles, since apparently the print jobs > are sent too quick, which causes the printer driver (I am printing to a > pseudo printer driver "FinePrint" that allows for misc. adjustments, > prints multiple pages onto one etc.) to choke. > > So I would like to introduce a small delay after each print-job is sent, > i.e. defined a print command line like > > Action: > Application used to perform action: > "application_path_here" /p "%1" && delay 10 > > where > "/p" stands for the headless print option of the chosen application > and > "&& delay 10" stands for some "delay for 10 seconds" functionality, i.e. > this is what I am seeking for. > > Hope I could make myself clear... > Michael > > > > > > > |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error 0x80246008 performing new install | Aaron | Windows Update | 1 | 01-05-2006 05:04 PM |
| Re: cd burning software | MIMITEX1 | Windows XP Photos | 1 | 01-05-2006 07:11 AM |
| XP thinks my camera is broken!!! | VMI | Windows XP Photos | 1 | 01-05-2006 07:05 AM |
| How to make Windows see all free space? | Dmitry Kopnichev | Windows XP Setup Deployment | 24 | 01-05-2006 06:19 AM |
| Printing Multiple Word Files Fails | Doc White | Windows XP Basics | 5 | 01-05-2006 02:02 AM |