On Friday 07 January 2005 05:18, adel.essafi@xxxxxxxxxxx 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