@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.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 ) %dll% printui.dll,PrintUIEntry /ga /n %printhost%\%1