Work Directory
Ok I have an issue that just completely defies all logic and reasoning.
I have a startup script that is supposed to set the Working Directory to X:\(user's name)\work and this works with 22 users. However with one of them it will randomly set it to X:\Users\(user's name)\work.
It will do this sometimes after a restart, after Creo crashes, or just when he launches Creo after no issues.
My command to set the work directory is:
set homedrive=x:\
if "%username%" == "erik.zab" set homepath=erik
set workdir=work
As I stated this only happens with one user and just at random times.
Any help with this issue will be greatly appreciated.

