From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Cox Subject: Re: DOSEMU not printing to USB printer Date: Sat, 17 Nov 2007 12:06:55 -0600 Message-ID: <20071117120655.6cd8239f.theatre@sasktel.net> References: <1195322046.9238.5.camel@garthlinux.NCFPMB> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-reply-to: <1195322046.9238.5.camel@garthlinux.NCFPMB> Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: garth@axxess.co.za Cc: linux-msdos@vger.kernel.org On Sat, 17 Nov 2007 19:54:06 +0200 Garth Kay-Hards wrote: > Any help would be greatly appreciated. Two work-arounds that may or may not be of value: Try printing to a file and then print that. Along the same line of thinking, try printing to CUPS-PDF and then print that. If you want to refine that, you could try running this script: QUOTE: echo Close this window when done. while [ x ]; do for i in /home/dawn/PDF-AutoPrint/*.pdf; do if [ -f $i ] then sleep 5 lpr $i rm $i fi done sleep 15 done END OF QUOTE I use this as a work-around with an old Windows program that runs under Wine but refuses to print. -- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com