@echo off echo ============================================================== echo This will add MCC's DNS to allow Pharos Wireless Printing. echo Make sure that Pharos Printing is installed. echo ============================================================== echo; wmic nicconfig call SetDNSSuffixSearchOrder (mauicc.hawaii.edu) echo; echo ============================================================== echo Done! You may print a test page. echo ============================================================== echo; pause del setMCCdns.bat