1. I can not print from DOSBox. The plain text configuration file is called 'DOSBox Preferences' (no quotes). The unix path to this file on my system is /user/myusername/library/preferences/DOSBox Preferences. That's where DOSBox looks by default for it's directives. I'm talking about version
7.0 for Mac OSX; this may vary in the releases for other systems. This file contains a heading labeled [printer] which I include here ('#' starts a comment line):
[printer]
# printer -- Enable printer emulation.\n"
# dpi -- Resolution of printer (default 360).
# width -- Width of paper in 1/10 inch (default 85 = 8.5'').
# height -- Height of paper in 1/10 inch (default 110 =
11.0'').
# output -- Output method for finished pages:
# png : Creates PNG images in the DOSBOX directory
# ps : Creates Postscript documents in the DOSBOX directory (default)
# bmp : Creates BMP images (very huge files, not recommend)\n"
# printer : Send to an actual printer (Print dialog will appear)
# multipage -- Adds all pages to one Postscript file or printer job until ALT-F8 is pressed.
printer=true
output=ps
As you can see, my mostly default settings should send XY's output, via a dialog, to an actual printer. What happens instead is that a
xxxx.tmp file is written to the XY directory and nothing happens with the printer at all.
2. None of the U2 routines associated with MS Windows work, as would be expected. There is no use of XyShell, or any of the U2 frames that use REXX to interface with the MSWindows OS.
Being designed for playing DOS games, it's amazing that I can do all the writing and editing I want using XyWrite 4.011. Oh, and it's free. No fees to Parallels, which I tried on trial and found difficult to use. As I continue to work with this, I will try to solve the printing issue by acquiring the *NIX version of GHOSTSCRIPT; I'll keep you informed if I succeed.