Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

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");

Thank you, that worked perfectly!