Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
dos application printing to windows
Name: Mike Belrose Date: November 26, 2003 at 20:04:58 Pacific OS: Windows all versions CPU/Ram: Pent 4 256K
Comment:
I run a DOS program as a windows application. The program runs fine in all versions of Windows but will only print to a Laserjet or epson characterset printer from LPT1. The LPT1 problem is not an issue but I would like to print from the DOS program running as a Windows application to the currently installed Windows printer. Any suggestions
Name: JackG Date: November 26, 2003 at 23:05:47 Pacific
Reply:
Unless your Windows printer driver supports printing from DOS applications by hooking the printer hardware port and emulating it, then you can not do it. There are so many different printer protocalls used with DOS that this would be very difficult, unless there was an emulation driver written for every printer. DOS is trying to print characters or bit map graphics, Windows only prints through uses an API interface. Very few Windows Printer drivers even attempt this conversion from DOS. Your only choice is to print to a text file and the use windows to print the text file afterwords.
Summary: I am using a P.C with Win95 OS to run a DOS application. This application runs from Win95 Startup. I am using the MODE command in the autoexec.bat file to set Com3 to 9600,n,8,1. When I try to print...
Summary: Hi ! 1. If your DOS-App. prints to PRN: you will have a Problem. Try to set the standard-output to LPT1: 2. Itīs enougth to NET USE only one the LPT-Port you realy need ...
Summary: I've got a DOS application on an XP computer. I just bought a HP Photosmart 1315 printer. The printer prints from Window Apps..but not from the DOS application. It did print fine with my previous HP p...