D
Davey
Guest
I have an app that writes to Local Settings on the user profile - this
location cannot be changed by the app vendor
Local settings is excluded by default from the roaming profile
So i want a script to run at logoff to copy Local Settings from the user
profile back to the roaming profile
I have tried this but it just hangs when the user logs off
xcopy "c:\documents and settings\%username%\local settings"
\\servername\Profileshare\%username%\local settings /r /s /e /c /h /y /i
Any ideas out there guys ?!
location cannot be changed by the app vendor
Local settings is excluded by default from the roaming profile
So i want a script to run at logoff to copy Local Settings from the user
profile back to the roaming profile
I have tried this but it just hangs when the user logs off
xcopy "c:\documents and settings\%username%\local settings"
\\servername\Profileshare\%username%\local settings /r /s /e /c /h /y /i
Any ideas out there guys ?!