Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing PRN file from VB

Status
Not open for further replies.

mot98

MIS
Joined
Jan 25, 2002
Messages
647
Location
CA
Hi All,

I have a VB program, and I need it to print and existing PRN file to the default windows printer.

I have tried many different ways, but can't seem to get this to work.

Is there not an easy way to do the old "Copy test.prn LPT1"??

Thanks,

Mike

mot98
[cheers]
"Is it friday yet?"
 
Have you tried;

Shell "Copy test.prn LPT1"

or similar?

Hugh,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top