windows XP shared printer -- need idea

Mike Klinke lsomike at futzin.com
Fri Jan 7 14:30:21 UTC 2005


On Friday 07 January 2005 05:18, adel.essafi at laposte.net wrote:
> hi list
> I am printing from a fc3 client to a shared printer on win xp :(.
> I want to make all document to be printed at 18h00 (for example).
> What do u suggest to do please?
> thanks
>
 

One option might be to place all the items you wish to print in a 
single directory and then run something like: (all on one line)

for x in <path/to/directory/*>;
do lpr -P <winxp/printer/name> $x;
done

at 18:00 using either "at" or a cron task.

Regards, Mike Klinke




More information about the fedora-list mailing list