| Author |
Message |
Richard Swaby
Guest
|
Posted:
Fri Dec 17, 2004 7:10 pm Post subject:
DOS printing through USB port |
|
|
My Epson 740 printer has developed a fault on its parallel interface,
but it works fine through its USB port. I need to print from DOS
applications but I don't know of a way to do it through the USB
interface.
If anyone can tell me how to copy a straight ASCII file to the USB
port I'd be grateful.
Thanks
Richard |
|
| Back to top |
|
 |
Alan
Guest
|
Posted:
Fri Dec 17, 2004 11:16 pm Post subject:
Re: DOS printing through USB port |
|
|
See <http://www.columbia.edu/~em36/wpdos/winprint.html#usbprint>
This works if you're running your DOS app under Windows.
Also, I think it's possible to make a cable to connect the PC RS-232
serial port to the Apple RS-423 serial port on the printer. That would
let you print from plain DOS. |
|
| Back to top |
|
 |
Davide Guolo
Guest
|
Posted:
Sat Dec 18, 2004 4:11 am Post subject:
Re: DOS printing through USB port |
|
|
Richard,
| Quote: | If anyone can tell me how to copy a straight ASCII file to the USB
port I'd be grateful.
|
if you are running a recent Windows version, you could share the USB printer
(say myprinter), then open a command prompt and type:
COPY filename.txt \\mypc\myprinter
If you do not know which is "mypc", you can probably find it out by typing:
ECHO %USERDOMAIN%
This method do not work on Win9x.
Alternatively you could try Printfil which can automatically pick-up your
file and send it to any Windows printer, including virtual printers, such as
faxmodems and PDF writers / e-mailers.
With Printfil you do not need to share your USB printer.
More info and a free trial is available for download at my web site.
Kind regards,
Davide Guolo
--------------------------------------------------------------
Printfil - Windows Printing System for Applications
http://www.guolo.com/printfil
Odbc4All - Connection to ODBC Data Sources for any Application
http://www.guolo.com/odbc4all
-------------------------------------------------------------- |
|
| Back to top |
|
 |
bugallo
Joined: 28 Jul 2006
Posts: 2
|
Posted:
Fri Jul 28, 2006 3:01 pm Post subject:
|
|
|
| Quote: | if you are running a recent Windows version, you could share the USB printer
(say myprinter), then open a command prompt and type:
COPY filename.txt \\mypc\myprinter |
I have a similar problem. We use very old but useful DOS program "AUDITTO". Last week our EPSON LX-300 died and we purchased CANON iP-4200.
Printer worked in the windows but I cannot print my documents from the AUDITTO program. Can you help me? |
|
| Back to top |
|
 |
bugallo
Joined: 28 Jul 2006
Posts: 2
|
Posted:
Tue Aug 08, 2006 7:10 am Post subject:
|
|
|
| bugallo wrote: | | Printer worked in the windows but I cannot print my documents from the AUDITTO program. Can you help me? |
By the way my problem has been solved successfully. I found small and unexpensive utility which forwards DOS program reports into the Windows printer. This utility works with AUDITTO and I am happy
Look here if you are interested: http://www.dosprn.com |
|
| Back to top |
|
 |
|
|
|
|