All good stuff. Thanks spikey!!spikey wrote: Tue Jun 10, 2025 9:03 pmYou're welcome!
Yes, it will for the same 'read only' problem I mentioned above. /LOCAL will only work if the files are writeable in the IDE's parent folder. This is not true when the IDE is installed to one of the "Program Files" folders.
You can resolve this by using the /H switch and specifying a unique path for each IDE version history file, for example:This will cause each IDE to create its own new empty history.db file in the Conf folders too. However, be aware that doing so will disconnect ALL the IDE's from the current history database content. It depends how reliant you are on the history content, if this is something you would want to do or not.Code: Select all
/H D:\PureBasic\PB_prjct-540\Conf\history.db
[SOLVED] Shared Roaming Folder is a Problem
-
- Addict
- Posts: 1058
- Joined: Sun Jul 25, 2004 4:21 pm
- Location: USoA
Re: Shared Roaming Folder is a Problem
- - - - - - - - - - - - - - - -
Randy
I *never* claimed to be a programmer.
Randy
I *never* claimed to be a programmer.
-
- Addict
- Posts: 1058
- Joined: Sun Jul 25, 2004 4:21 pm
- Location: USoA
Re: Shared Roaming Folder is a Problem
I found my solution to the tools.prefs file. I created new text file on the desktop, renamed it tools.prefs, moved it to my program files\purebasic folder and went into properties for that file to change security to allow all users. Then the IDE was able to write to that file and replace it with my preferred settingsAZJIO wrote: Sun Jun 08, 2025 4:38 pmCode: Select all
C:\PB\PureBasic\PureBasic_x64\PureBasic.exe /P "C:\PB\conf\PureBasic.prefs" /T "C:\PB\conf\Templates.prefs" /A "C:\PB\conf\Tools.prefs" /H "C:\PB\conf\History.db"
- - - - - - - - - - - - - - - -
Randy
I *never* claimed to be a programmer.
Randy
I *never* claimed to be a programmer.