I am able to map shares/network drives using a bat file but not able to map printers
ADD SHARES
net use [drive letter]: \\server\share
ADD PRINTER
net use \\server\printe r
The script shows command completed successfully when executed but I don't see the printers in XP printers and faxes. What am I doing wrong?
Thanks to all for replies
ADD SHARES
net use [drive letter]: \\server\share
ADD PRINTER
net use \\server\printe r
The script shows command completed successfully when executed but I don't see the printers in XP printers and faxes. What am I doing wrong?
Thanks to all for replies
Comment