@echo off REM This is a script for installing all of the BISS-supported printers REM on a system for use with multiple users. Running the rundll32 command REM will configure the printer for all users without the user having REM to go through the installation process themselves. REM REM Version 1.1 REM Added bw5 and color5 printers. REM Daniel E. Weber, 30 October 2006 REM REM Version 1.0. REM Written by: Daniel E. Weber 28 February 2005 REM REM REM Change this to reflect the path to printhost via samba set printhost=\\bi-printhost if exist C:\WINDOWS\system32\rundll32.exe ( echo Installing printers under Windows XP set dll=C:\WINDOWS\system32\rundll32 ) else ( echo Installing printers under Windows 2000 set dll=C:\WINNT\system32\rundll32 ) for %%p IN ( bw2 bw3 bw4 bw5 color2 color3 color4 color5 photo4-1 photo4-2 poster ) DO %dll% printui.dll,PrintUIEntry /ga /n %printhost%\%%p