AutoStartDocumentList not working with .rtsz

If I specify a .rtsz document in the default.settings.json in AutoStartDocumentList and set the AutoStartDocumentMode to 2, a message appears when the application starts that the document could not be found. The path in the error message contains the wrong file extension and the document is not loaded.

default.settings.json

{
    "RoyalApplicationSetting": {
        "PolicyDoNotAllowApplicationDocumentWithoutPassword": true,
        "PolicyDoNotAllowDocumentsWithoutPassword": true,
        "PolicyDoNotAllowWeakDocumentPasswords": true,
        "AutoStartDocumentMode": 2,
        "AutoStartDocumentList": "\\\\PC\\Share\\RoyalTSTest.rtsz"
    }
}

I also tried this spelling, but nothing happens when the application starts:

"AutoStartDocumentList": ["\\\\PC\\Share\\RoyalTSTest.rtsz"]

Screenhot:

Royal TS Version: 7.2.50703

Windows 10

Is this a bug or a faulty configuration?

Thanks

Hi there,

can you please test, if opening the documents works when using the following syntax, while adjusting the Path accordingly:

"AutoStartDocumentMode": 2,
"AutoStartDocumentList": "{C:\\Temp\\AutoOpen.rtsz};{C:\\Temp\\AutoOpen2.rtsz}",

Best regards,

Christoph

That worked, thank you very much!

You’re welcome and have a nice day!