Hi all, I'm wondering if there is a way to batch edit the patch used in my buttons.
Basically, I now find myself working both from my own personal laptop, as well as my work laptop which is connected to an intranet where I have access to certain files and databases that I require for my work.
I have my DOpus buttons all set up for my personal laptop at home, with shortcuts that go to various local folders as well as some cloud drive folders like OneDrive and Google Drive.
The upshot is that nearly everything that is available locally is also available when accessed via my work computer — expect by a different path.
I've manually edited a couple of my buttons to accommodate this with an @ifexists statement to determine which computer I'm on. Basically, is @ifexists "\\tsclient\" is TRUE I am connected to my work computer through remote desktop on my personal computer, and the button points to the appropriate path.
This works well, but I have a lot of buttons! Plus, I am occasionally connecting just to my work computer directly, which requires a different logical test.
So I'm wondering if there is any way to batch edit, like with a find and replace sort of function, all the existing paths with the conditional paths. Are these buttons saved in any way that's exposed through a text editor for instance?
Relatedly, if others have suggestions on a better way of dealing with this issue, I'm all ears.
Thanks!