From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frantisek Hanzlik Subject: Re: DOSEMU good.. Date: Wed, 08 Jan 2014 04:34:39 +0100 Message-ID: <52CCC74F.70506@hanzlici.cz> References: <20140107203659.GA2819@lnx6> <52CCB0D8.5030203@americansentry.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <52CCB0D8.5030203@americansentry.net> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: DOSEMU/FreeDOS , "John R. Sowden" John R. Sowden wrote: > On 01/07/2014 12:36 PM, Hal wrote: >> FWIW; re man dosemu request; I am using Word Star 6.0 nicely from: >> dosemu-1.4.0-i486-1gv.tgz package install; machine below.. >> >> I haven't tried hard copy printing yet, preferring to WS print to an ASCII >> file then print to paper from Linux.. >> >> Version 1.4.0 with it's integrated FreeDos a real pleasure.. Thanks.. >> > if you figure out how to print from dosemu, please let us know. I use ws > 5.5 and bitstream fonts in a hp emulated brother laser using pcl 5 (I > believe) > > John When Your DOS application can produce PLC5 (or PCL6) output, then You can use use 'ghostpdl' package from Artifex Software ( http://www.artifex.com/ - they are 'ghostscript' authors too) for PCL -> postscript conversion and postscript then direct to any printer which Linux know. I.e. some as: $_lpt7='pcl6 -sDEVICE=ps2write -dNOPAUSE -sPAPERSIZE=a4 -sOutputFile=- -|lpr -P M1522nf' in dosemu config file. Similarly is possible use ghostpdl in Linux for converting PCL output from DOS apps to PDF file by specifying some as: $_lpt8='pcl6 -sDEVICE=pdfwrite -dBATCH -dNOPAUSE -sPAPERSIZE=a4 -sOutputFile=some.pdf -' (thanks to Stas Sergeev DOSEMU can now use more than 3 (up to 9) printers. You must use -devel Dosemu branch for this feature. But of course, when three printers are sufficient, any slightly newer dosemu version can be used) My favorite Fedora distro not contain GhostPDL package, then I did some. They are downloadable at my small site, e.g at: http://www.hanzlici.cz/fedoralinux/18/SRPMS/moje/ghostpdl-9.06-1.fc18.src.rpm http://www.hanzlici.cz/fedoralinux/18/i386/moje/ghostpdl-9.06-1.fc18.i686.rpm Franta Hanzlik