- create a print share
- Posted by mcnews on May 30th, 2008
how can i create a local printer share?
i'd like to create a script or batch file that will create a sharename
for a local USB printer - without knowing the printer's name. i may
be using the same maike of label printer for each installation, but
may not.
tia,
mcnewsxp
- Posted by Pegasus \(MVP\) on May 30th, 2008
"mcnews" <mcourter@mindspring.com> wrote in message
news:f6660316-6ff4-4fa0-be06-13387e4b63e8@27g2000hsf.googlegroups.com...
You can use a VB Script to do either of the following:
- Create a printer share for each and every printer
that is installed on the PC, numbering your shares
one after the other; or
- Create a printer share for a specific printer whose name
you know.
Have a look here for the details:
http://www.microsoft.com/technet/scr...5/hey0715.mspx
- Posted by mcnews on May 30th, 2008
On May 30, 10:42 am, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote:
sweet!
thanks.