C
camron
I am using the following Batch Script to install printers
on all of the computers i administer. Its easy this way.
start script:: rundll32
printui.dll,PrintUIEntry /in /n "\\131.47.183.130\Big
Color 106" ::end script
I want a script that will delete all of the printers
before this script loads. so when they log on, any
printers that are there will delete, and i can add the
ones they need.
this is because printers' ip's and name's change, plus
they add printers they dont need. so its easy to manage
from one script.
can anyone give me a syntax that will delete all the
printers on a given users profile that can be put in a
batch script?
thanks
camron
on all of the computers i administer. Its easy this way.
start script:: rundll32
printui.dll,PrintUIEntry /in /n "\\131.47.183.130\Big
Color 106" ::end script
I want a script that will delete all of the printers
before this script loads. so when they log on, any
printers that are there will delete, and i can add the
ones they need.
this is because printers' ip's and name's change, plus
they add printers they dont need. so its easy to manage
from one script.
can anyone give me a syntax that will delete all the
printers on a given users profile that can be put in a
batch script?
thanks
camron