Posts: 79
Score: 0
Joined: 3/27/2005
From: Israel
Status: offline
how can i use WScript.Shell to print to a network wprinter and html file amd withoguht the box that ask's to choose a printer will appear (i will give the printer name in advance for example) 2)how by using WScript.Shell i can get the list of printer on my network? thnaks in advance Peleg
To print to a printer that has a associated old fashioned local LPT port, you could just probably redirect them (using the > symbol) to the desired port. I'm not sure if it will worked with UNC path name, you could give it a try and see if it works.
If you could post whatever you have coded so far, others might be able to help you more.