how to execute another program from Godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Tachekentya

Hello.
I’m trying to execute another program from godot specifying the path and the name of the program. How can I do that?This is what I have so far

OS.execute('app.exe', ['/C', 'cd C:\Users\testfolder'], [], false)

Thanks

What errors (if any) are you seeing right now?

Eric Ellingson | 2019-10-31 01:27