First post, by mattdaily
Greetings!
I want to print from my DosBox Windows 3.11 installation. This is a network printer, so here's what I have so far. I am hosting DosBox in Windows XP SP3. The printer is a HP Color LaserJet 2840.
Mapped my printer to LPT2 in XP like this;
net use LPT2 \\server\\printer1
Then in my .conf file;
serial1=directserial realport:LPT2
(not sure if I need anything else other than this)
In my 3.11 on DosBox I have installed a printer using LPT1.DOS port(which I assume is now mapping to serial1 then LP2 then my network printer). For some reason I need to use LPT1.DOS as LPT1 hangs my print server indefinately.
This prints just fine from Notepad, which is obviously plain text, when I try to print more complex documents from Write they enter the 3.11 queue but then disappear. They don't reach my print server.
I hope someone can help with this.
Thanks