Hi,
I am trying to make an apple script that will add a new printer. This is what I have so far but doesn’t seem to be working. I would really appreciate some help.
Thanks
set P_name to "Printer Name"
set P_url to "Remote Printer URL"
set P_loc to "Remote Printer Location"
tell application "Printer Setup Utility"
make new printer with properties {type:windows, URL:P_url, name:P_name}
end tell