Sabka Dost....... India Post...... DISCLAIMER CERTIFICATE - All the information on this website is published in good faith and for general information purpose only. We do not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information on our website is strictly at your own risk. And we will not be liable for any losses and damages in connection with the use of our website. From our website, you can visit other websites by following hyperlinks to these sites. While we strive to provide only links to useful and ethical websites, we have no control over the content and nature of these sites and the links to other websites do not imply a recommendation for all the content found on these sites. Please be also aware that when you leave our website, other sites may have different privacy policies

Tuesday, March 9, 2010

Network Printing

Printing Through USB Port

Share the Printer name( in the Printer attached System)
Go to Command Prompt
Create a Batch file like this thro edit command ( Eg. NETPRINT.BAT)
@ECHO ON
NET USE LPT1: \\SYSTEMNAME\SHARENAME /PERSISTENT:YES
CLS

Add the Batch file into Windows startup menu in the required client system
Install the Attached DOS2USB Software ( Download DOS2USB)

Network Print Setup
Share the Printer name( in the Printer attached System)
In Other Clients:
Go to Command Prompt
Create a Batch file like this thro edit command ( Eg. NETPRINT.BAT)

@ECHO ON
NET USE LPT1: \\SYSTEMNAME\SHARENAME /PERSISTENT:YES
CLS

Add the Batch file into Windows startup menu in the required client system