Trouble printing from DOS

G

Guest

I am trying to run an old program I wrote in GWBasic. The program is designed
to send results to screen and printer. Results are sent to screen ok. Nothing
goes to printer.
I recently purchased a new computer with XP Media Center 2005 as the
Operating system. The printer is a HP 682C
 
C

Cari \(MS-MVP\)

It's what you used to call the DOS prompt. It should be in

Start, Programs, Accessories.... Command Prompt. (the icon looks like a
little DOS screen saying C:\)
--
Cari (MS-MVP)
Printing & Imaging
http://www.coribright.com/windows



J Greske said:
Cari, sounds like you know what you are talking about & could help me.
Unfortunately I'm to dense to follow your instructions. With the 7 step
procedure, what should I do after I click on Accessories. I don't know
what
you mean by "Open a Command Prompt"
 
G

Guest

Cari,
Still having trouble. What do I type at the Dos Prompt.
If it works will this solve the problem forever or do Itype this every Time?
 
D

Davide Guolo

J Greske,
I am trying to run an old program I wrote in GWBasic. The program is
designed
to send results to screen and printer. Results are sent to screen ok.
Nothing
goes to printer.

you may want to have a look at Printfil. You can set it to capture the LPT
output (if you used LPRINT) or intercept the basic file if you:

10 OPEN "c:\somedir\somefile.txt" FOR OUTPUT AS #1
20 PRINT #1,"Hello World!"
30 CLOSE #1

You can find more info and free trial to download at http://www.printfil.com

Kind regards,
Davide Guolo
--------------------------------------------------------------
Printfil - Windows Printing System for Applications
http://www.printfil.com
Odbc4All - Connection to ODBC Data Sources for any Application
http://www.guolo.com/odbc4all
--------------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Duplex printing 2
Sending DOS Codes to Printer 10
Printing from DOS 2
Printing from DOS program 2
DOS Printing 10
DOS printing 1
network printing problem from XP laptops 1
Printing from DOS & Net.exe command 2

Top