No UDF's because its all extra handling, I just want an all-in standard login script I can use many times. Than I only need the file plus kix32.exe.

Code fragment:

$foto="test.bmp"
If NOT Exist ("C:\test\test.bmp")
Copy @lserver+"\users\software\"+$foto "C:\test\"+$foto
EndIf
SetWallpaper ("C:\test\"+$foto)

ADDPRINTERCONNECTION("\\SERVER-17\HP")
SetDefaultPrinter ("\\SERVER-17\HP5500")

(First needs printer share, second printer name, also nice.)