From: Frank Cox <theatre@sasktel.net>
To: garth@axxess.co.za
Cc: linux-msdos@vger.kernel.org
Subject: Re: DOSEMU not printing to USB printer
Date: Sat, 17 Nov 2007 12:06:55 -0600 [thread overview]
Message-ID: <20071117120655.6cd8239f.theatre@sasktel.net> (raw)
In-Reply-To: <1195322046.9238.5.camel@garthlinux.NCFPMB>
On Sat, 17 Nov 2007 19:54:06 +0200
Garth Kay-Hards <garth@axxess.co.za> 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
next prev parent reply other threads:[~2007-11-17 18:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-17 17:54 DOSEMU not printing to USB printer Garth Kay-Hards
2007-11-17 18:06 ` Frank Cox [this message]
2007-11-18 18:23 ` Jan Kandziora
2007-11-19 18:05 ` Jan Willem Stumpel
-- strict thread matches above, loose matches on Subject: below --
2007-11-18 12:08 Garth Kay-Hards
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071117120655.6cd8239f.theatre@sasktel.net \
--to=theatre@sasktel.net \
--cc=garth@axxess.co.za \
--cc=linux-msdos@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox