Hmm, never mind the wallpaper, i've removed it and use group policy instead. What i really need up and running is printing on the first logon.

This is working:

IF NOT EXIST ("%USERPROFILE%\info.txt)
COPY "\\hoftun\netlogon\info.txt" "%userprofile%"
this line is not working:

SHELL "%COMSPEC% /c print %userprofile%\info.txt
ENDIF

The file gets into the profile, but it won't be printed....