ECHO OFF

ECHO We are currently installing your print driver.... please be patient

MD c:\UPDPCL6Win_3600MU

robocopy \\154.0.172.187\SCANS\driver\UPDPCL6Win_3800MU\driver\win_x64 c:\UPDPCL6Win_3600MU\

ECHO We will start by creating the printer port

CSCRIPT /nologo "c:\windows\system32\Printing_Admin_Scripts\en-US\prnport.vbs" -a -r IP_10.141.0.100 -o raw -n 9100 -h 10.141.0.100


ECHO And now we install the driver


rundll32 printui.dll,PrintUIEntry /if /b "Co-Unity Printer" /f "C:\UPDPCL6Win_3600MU\KOBSBJ__.inf" /r "IP_10.141.0.100" /m "KONICA MINOLTA Universal PCL"



ECHO Thank you for your patience the installation is complete

pause