printing to an IP address

  • Thread starter Thread starter mahmudyadudu
  • Start date Start date
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
 
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
 
Back
Top