@echo off
setlocal
for /f %%a in (CompPrinterConf.txt) do (
@echo starting pnpport on %%a
cscript.exe "C:\windows\system32\Printing_Admin_Scripts\en-US\prnport.vbs" -a -s %%a -r "AAAA" -h hostname -o raw -n 9100
@echo Waiting 5 seconds
timeout 5
@echo starting setting MyPrinter on %%a
cscript C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs -a -p "XXXX-YYYY" -m "HP Universal Printing PCL 6" -r "AAAA" -s %%a
REM Not really needed, because the script will continue with the next machine
REM timeout 5
)
@echo starting powershell
PowerShell.exe -ExecutionPolicy Bypass -Command c:\Scripts\printer.ps1
REM timeout 5
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.