Hi everyone I'm new here, need some advice.
I have an exe here that launches another application and waits for it to end.
When I use file.run to launch the exe, it would return 0(success) once the exe is launched and it doesn't wait for the application to finish before returning.
Is there a way to make AMS wait for the exe's child process to end before returning?

