I'm trying to set up a default save location for all applications for my users. I currently give them access to network server via a batch file at login.
net use X:\\Server\%USERNAME%
I would like this location to also be the default save/open files loation. Can I do this with another statement in the batch file?
net use X:\\Server\%USERNAME%
I would like this location to also be the default save/open files loation. Can I do this with another statement in the batch file?