rrappailles
Posts: 1
Joined: 21.Dec.2008
Status: offline
|
I have made it work, I made a batch file (yes the old dos) witch copy the GFI/Mailarchiver6 directory to the user profile on the server, when a user logoff I made trough the GPO (logoff script) And it works fine. md "\\server\profiles\%username%\Local Settings\Application Data" md "\\server\profiles\%username%\Local Settings\Application Data\GFI" md "\\server\profiles\%username%\Local Settings\Application Data\GFI\MailArchiver6\" c: cd "%userprofile%\Local Settings\Application Data\GFI\MailArchiver6\" xcopy *.* "\\server\profiles\%username%\Local Settings\Application Data\ I Think the only file to be coppied are the .xml files but I am not sure. It is not THE sollustion but it works
_____________________________
It can be Done
|