#how to start a exe file from rust code
7 messages · Page 1 of 1 (latest)
You can use https://doc.rust-lang.org/std/process/struct.Command.html (there are also some crates if you need to do things like piping the output to another program)
A process builder, providing fine-grained control over how a new process should be spawned.
i did it but its not working
I gotta be honest, this message doesn't convey any information
i have tried so many options,
with the command and it always say program not found or expect message
that still doesn't explain anything about what you've tried, what you want, or what the problem is/was
i solve the problem