Is it possible to change the folders that are created when you use the "folder redirection" in server 2003?
Ie: the my music my pictures, is it possible to add to these change them etc
To my knowledge this is not possible. You are looking to create a folder within the my documents that points to a different location.
You can accomplish this with a script *.bat
The following tests for a folder first, if not found it replaces it with the following folder
IF NOT EXIST C:\isitherefolder\sub COPY L:\networkfolder
This will test for a local folder, if it is not found it will copy the network folder to the location. This is handy if you are deploying a folder that you want to always be there.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.