hey, anybody can give me advice how to change scriptSettingsPath now? Since one of Srlplayerform updates Simba just doesn’t listen to mycommandSimba Code:scriptSettingsPath := ‘C:\……\Settings.xml’;
Printable View
hey, anybody can give me advice how to change scriptSettingsPath now? Since one of Srlplayerform updates Simba just doesn’t listen to mycommandSimba Code:scriptSettingsPath := ‘C:\……\Settings.xml’;
Im not familiar with Srlplayerform, but if you want to use a different xml settings file. You can use command line parameters from CMD or a .bat file.
start C:\Simba\simba.exe -c C:\Users\qwertyiop\Desktop\settings.xml
edit:Looks like playerform settings file is unrelated to the simba settings file. Try choosing a different name, simba is probably overwriting your playerform file. .../Simba/settings.xml is used for simba settings.