printing to an IP address

M

mahmudyadudu

Hello all,

So i am new to this and I need a little help. I am an industrial
Engineering student on co-op and my boss wants me to write a VBScript
that prints to a network printer. The Printer has an IP address.

What i would like to to is to inco-operate that into a file.bat such
that its can print say c:\test.txt.

Thanks in advance
 
P

Patrick Keenan

Hello all,

So i am new to this and I need a little help. I am an industrial
Engineering student on co-op and my boss wants me to write a VBScript
that prints to a network printer. The Printer has an IP address.

What i would like to to is to inco-operate that into a file.bat such
that its can print say c:\test.txt.

Thanks in advance

First, you want to use cmd files. not bat files, and second, you want to use
the NET USE command to redirect LPT ports if you want to map an IP printer.

HTH
-pk
 

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

Top