S
Steve Parry
We have a batch file that runs 3 times per day (and manually) to make
regular back up of users My Documents, Favourites, Desktop and some
important files in their Lotus Notes folder to their home folder on the
server.
This works great and is appreciated, particularly by the laptop users who
get backups of their files when on site.
However, one small irritation, I am rolling out AD to our sites throughout
europe at the moment and where the script line says something like
XCOPY "%USERPROFILE%\My Documents\*.* ..... ......
is great where the PC is set to english, but if Spanish or French etc the My
Documents etc are spelt in the local language.which means the script cannot
find the relevant folders.
Apart from, the not too harduous task of, re-writing the script as and when
required is the any variables I've missed that cover the "Desktop", "My
Documents" and the "Favorites" ?
regular back up of users My Documents, Favourites, Desktop and some
important files in their Lotus Notes folder to their home folder on the
server.
This works great and is appreciated, particularly by the laptop users who
get backups of their files when on site.
However, one small irritation, I am rolling out AD to our sites throughout
europe at the moment and where the script line says something like
XCOPY "%USERPROFILE%\My Documents\*.* ..... ......
is great where the PC is set to english, but if Spanish or French etc the My
Documents etc are spelt in the local language.which means the script cannot
find the relevant folders.
Apart from, the not too harduous task of, re-writing the script as and when
required is the any variables I've missed that cover the "Desktop", "My
Documents" and the "Favorites" ?