Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RoadKill401

    SMIT defaults

    Thank-you "jprabaker!" It's exactly what I was looking for...you just saved me many hours of unnecessary work. John
  2. RoadKill401

    SMIT defaults

    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...

Part and Inventory Search

Back
Top