Hey Tony,

Not sure if Radimus solved your problem but here's what I do to help with name resolution.

code:
;***** Delete old lmhosts files and copy the new
If %OS% = "Windows_NT"
Del "%SystemRoot%\System32\Drivers\Etc\lmhosts.sam"
Del "%SystemRoot%\System32\Drivers\Etc\hosts"
Copy "\\FILESERVER\NETLOGON\LMHOSTS" "%SystemRoot%\System32\Drivers\Etc\"
Shell "nbtstat -R"
Shell "nbtstat -r"
Else
Del "C:\WINDOWS\LMHOSTS"
Del "C:\WINDOWS\HOSTS"
EndIf

_________________________
========================== Brian Zamora Computer Technician brian_zamora@hotmail.com ==========================