Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I can execute programs when the full hardcoded path is given (Example: C:\User\Desktop\example.exe) But i need to instead run an exe inside folder that is also inside the folder of the launcher program i'm doing, (example: \example\example.exe)  how can i achieve this?

You can use filename_dir(parameter_string(0)) or program_directory to figure out where your game is.