Hide shell when spawning a new process #10381
Replies: 1 comment
-
You're looking for this: https://doc.rust-lang.org/std/os/windows/process/trait.CommandExt.html#tymethod.creation_flags |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I cannot get the shell to not pop-up when my script is executing with the app build (dev does not show the shell for some reason). This app is running on Windows 11.
I have this on top of my main.rs
and this is where the script gets called:
Am I forgetting something?
Beta Was this translation helpful? Give feedback.
All reactions