msconfig.cfg/PCF files for OneDrive

Need help on how to control the following directory:

C:\Users\byim\Documents\OneDrive

Since BYIM is changing depending on who logs on to the OneDrive, it is difficult set up Microstation msconfig.cfg and PCF files so that these will always work regardless who logs on.

Thanks!

Parents
  • One drive creates an environment variable that points to the one drive location. MicroStation inherits the environment variables as configuration variables.

    $(OneDrive) should point to the path and update for each user. (Double check the variable name, it may be different for onedrive for business.

    Alternately $(UserProfile) points to the c:\Users\USERNAME path so: $(UserProfile)/Documents/OneDrive should get it too,

     

    Answer Verified By: Boney Yim 

Reply
  • One drive creates an environment variable that points to the one drive location. MicroStation inherits the environment variables as configuration variables.

    $(OneDrive) should point to the path and update for each user. (Double check the variable name, it may be different for onedrive for business.

    Alternately $(UserProfile) points to the c:\Users\USERNAME path so: $(UserProfile)/Documents/OneDrive should get it too,

     

    Answer Verified By: Boney Yim 

Children