I'd like to use LaunchExternalProcess to trigger opening html file in GMS. I have tested the command in cmd, and it works. The cmd command is
start X:\Manual\index.html
But if I use the code below in GMS, it will say it can't file the file
String cmd = "start X:\\Manual\\index.html"
LaunchExternalProcess(cmd)