if stratonRT.exe is called via console, it has been possible to add parameters with "-" or "/" (e.g. -PATH="C:\..."). It is not anymore possible to use the - and / character
if stratonRT.exe is called via console, it has been possible to add parameters with "-" or "/" (e.g. -PATH="C:\..."). It is not anymore possible to use the - and / character
Remove -/ if found before comparing the arguments
A workarround is to remove the - or / characters EG. instead of -PATH= use PATH=...