Hello @arshdeepsingh404 ,
I am not familiar with how to create a virtual machine but that does seem like a very viable way to achieve a solution to my problem. Could you explain further what you mean by setting one up? Do I need a dedicated server or anything like that? The problem is, our company doesn't have an actual network drive. We essentially share folders between each other. I did come up with a somewhat workaround of my current issue though. I basically duplicated the .env file and tailored one to be used by C:/ drive users and one to be used by D:/ drive users for specific things like catalog lookup and plc files. For the schematic libraries I put both paths in both .env files so users of either drive could still use and access the libraries regardless of what drive they are initially using. However, I would like to understand more about having a virtual machine accommodate for both C:/ and D:/.
Hello @dougmcalexander ,
I did end up trying something similar to what you suggested, but as I mentioned above, the "shared drive" is not a dedicated directory, but rather shared folders between workstations. So I have a "AutoCAD Library" folder which I can send a read/write key to other users and they dedicate that key to a folder they create which then allows syncing between the two workstations. I have put the .env file along with all the AutoCAD support files, libraries, catalogs, and plc info inside this "AutoCAD library" folder. So essentially I did the same thing as you, but without a dedicated directory. My workaround so far has been to list the library paths in the env file to reference both a c:/ and d:/ path. For catalogs I had to create two different env files since they can only reference one path each. So my plan was to have the C:/ users reference their env file from a folder called C-Drive defined in the support file search paths of AutoCAD and the D:/ users reference their env file from a folder called D-Drive defined in the support file search paths of AutoCAD. That's my workaround solution so far and I believe it will work in theory since they will only be reading their dedicated env.
Hello, @rhesusminus ,
I may have not worded my request correctly so I apologize for that. The "network drive" is not a dedicated network drive or directory. Rather it is just a bunch of dedicated shared folders through a service called Resilio.
Thanks everyone for your prompt replies. I'll keep testing with my methods and confirm whether or not they will work.
Thanks again!