First post, by Herman
THANK YOU... all you geniuses who helped to create DOSBOX. I want to share something here in case it helps another old-timer like myself.
Q&A for DOS is the ancient database from the 1980s which also had a well integrated word processor. None of the fancy new stuff can touch it for speed, once you got used to it.
After using it at least 25 years I thought I'd have to ditch it because of hardware and OS incompatibilities. But DOSBOX came to the rescue. I now have Q&A running on three machines... and printing through the parallel port LPT1. Full screen too.
One computer, a desktop (Dell Precision) with a Lexmark printer attached has Windows 8 pro, 32 bit.
Another machine, a brand new laptop (Dell Latitude) has Windows 7 pro, 32 bit, also connected to a Lexmark printer. This laptop has the legacy adapter that Dell sells for their Latitude line. It provides a parallel port.
The third machine is a Toshiba laptop, a year old, which I have upgraded to Windows 8 pro, 64 bit. This machine does not have a parallel port, but Q&A runs fine so long as I don't want to print.
I could not get DOSBOX 0.74 to print (probably my fault) but found that DOSBox SVN_MB6 printed fine once I added the necessary code to the configuration file. Here, in case it will help someone, is what I changed in the configuration file:
fullsreen=true
cputype=386
At the very bottom of the configuration file I added the following lines which enable printer access and automatically mount the disc and load the Q&A program at start-up:
parallel1=file dev:lpt1
mount c c:\data
c:
qados50\qa1.exe
The reference to the data and qados50 directories are of course specific to my directory layout but they serve here as an example. You will have to adapt those commands to your own path leading to the qa1.exe file.
Regrettably I don't remember from where I downloaded
DOSBox SVN_MB6. I found that version late one night when I was very tired from fiddling with this setup. If one of you could tell me again from where that particular flavour of DOSBOX can be downloaded, I'd appreciate it.