I am using the following script to install a couple of hundred printers onto the "backend" of a new database system:
#!/bin/ksh
printer=`cat /tmp/printer.txt`
for item in $printer
do
echo adding printer $item and $item"ps"
/usr/lib/lpd/pio/etc/piomkjetd mkpq_jetdirect -p hplj-4si -D pcl -q...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.