When using a full path with backslashes, make sure to put it inside a @"strings"
string since backslashes have a different meaning in regular "strings"
. This worked for me
execute_shell_simple(@"C:\test\live23\datafiles\GMLive\gmlive-server.exe");