This is a part of my script that all persolel wel get when they log in. I have the folowing problem!
When people log in the background will be copyd to the pc, but it does this every time we log in. Is there a way to copy this only ones, and just check if there is a new one.

The second problem is that the background will not be set if the people doesent have a background selected. How do I set the background?

".";* 11 Copier de achtergrond naar lokale pc.
If Exist ("%WINDIR%\kantoor.bmp") = 0
".";* Copier de achtergrond.
Copy "\\Poly1\Netlogon\*.bmp" "%WINDIR%"
Endif

".";* 12 Set wallpaper
If SetWallPaper ("kantoor.bmp") = 0
".";* Plaats achtergrond
SetWallPaper ("kantoor.bmp")
Endif

I hope seome one can help me.

Oscar