automating adding ip printers

Associate
Joined
19 Jul 2006
Posts
1,847
Hope someone can point me in the right direction.
I need to add an IP printer to some apples and windows 7 machines. I would like to make a little app to automate this. Can i make one app that will do both
using some kind of if apple do this else if windows do that?

If not i have found this bit of code to do some of the apple
Code:
lpadmin -p Printer_Name -L "Printer Location" -E -v lpd://x.x.x.x

any ideas at what i should be looking at?
 
Back
Top Bottom