- Printing to USB printer
- Posted by RAH on September 6th, 2004
Hi,
I had a little batch program that allowed me to print a .prn on my old
desktop to a printer attached to its parallel port. It went something like:
copy filename.prn lpt1
exit
OK - so I'm not quite up to challenging Bill Gates yet lol.
Is there a simple way to modify this to print a .prn file to my new Canon
i865 printer on a USB port on my new laptop? The printer seems to be
attached to USB001 port.
TIA,
RAH.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.752 / Virus Database: 503 - Release Date: 03/09/2004
- Posted by Jim Berwick on September 6th, 2004
"RAH" <Me@home.com> wrote in news:chh9io$ei2$1@newsg1.svr.pol.co.uk:
Find the option to "Capture port" and select LPT1, which will basically
redirect LPT1 to USB001.
- Posted by pcbutts1 on September 6th, 2004
No.
--
The best live web video on the internet http://www.seedsv.com/webdemo.htm
Sharpvision simply the best http://www.seedsv.com
"RAH" <Me@home.com> wrote in message
news:chh9io$ei2$1@newsg1.svr.pol.co.uk...
- Posted by RAH on September 7th, 2004
Thanks Jim,
I forgot to mention that I'm running XP SP2 and that my laptop has no
parallel port. There seems no way to 'capture port' as you suggested. After
googling I tried 'net use lpt1:\\servername\printername' in DOS but keep
getting system error 67.
Any other ideas?
Thanks
RAH
"Jim Berwick" <jimb@snip.net> wrote in message
news:Xns955C5A17CDA3Ejimbsnipnet@207.103.26.26...
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.752 / Virus Database: 503 - Release Date: 03/09/2004
- Posted by Mike Sanchez on September 23rd, 2004
"pcbutts1" <pcbutts1@yawhoo.com> wrote in message news:<Js%_c.8873$w%6.2760@newsread1.news.pas.earth link.net>...
TIA, this should work for you, give it a try.
start /min notepad /P filename.prn
Mike.