Your line:
code:
 
COPY "%0\..\lmhosts" "%WINDIR%\system32\drivers\etc\lmhosts"

suggests a subfolder named LMHOSTS should be copied.
Try adding the dot after "lmhosts" so it looks something like this:

code:
 
COPY "%0\..\lmhosts." "%WINDIR%\system32\drivers\etc\lmhosts."

Good luck.

Brian
_________________________
Rodney Dangerfield: “My mother didn't breast-feed me. She said she liked me as a friend.”