I am trying to create a batch file that sends a text file to a printer. If the printer were local, the batch file would be;
copy mytext.txt lpt1
How can I do this with a networked printer? This is what I know about the printer.
Its address is 192.168.0.40 and the person that was giving me the info, said something about port# 1900. If I need more info, what do I need?
Thank you,
Mabjro
copy mytext.txt lpt1
How can I do this with a networked printer? This is what I know about the printer.
Its address is 192.168.0.40 and the person that was giving me the info, said something about port# 1900. If I need more info, what do I need?
Thank you,
Mabjro