we call a second script from our laptop users logon script - called printer.bat.
examples below for logging on to a laptop called "gbaylis-laptop"
Logon script points to "printer.bat"
~Printer.bat~
If exist "%LogonServer%\Netlogon\printers\%ComputerName%.REG" regedit /S "%LogonServer%\Netlogon\printers\%ComputerName%.REG"
This file sits in "%LogonServer%\Netlogon\printers\"
~GBaylis-LAPTOP.reg~
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows]
"Device"="\\\\SERVER_NAME_HERE\\PRINTER_SHARE_HERE,winspool,Ne01:"
Hope this helps - let me know if you need any more info...
Greg