Guest User

Untitled

a guest
Nov 23rd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #!/bin/sh
  2. #SImple script to add a new printer on Mac OS X. Avoids having to add a printer manually via the Advanced option in the Add Printer utility on the mac. This is for the printers hosted by kc-prt-svr-01.internal.kings.net.nz.
  3. #Script by Sunny Lakhiyan
  4.  
  5. /usr/sbin/lpadmin -p "Pho5065" -E -v smb://printers/Pho5065 -P /Library/Printers/PPDs/Contents/Resources/en.lproj/DocuColor\ 5065II-6075IIPS -D "Pho 5065"
  6.  
  7.  
  8. #EOF
Add Comment
Please, Sign In to add comment