这就是我现在所拥有的:
Command::new("/path/to/application") .args("-param") .spawn()
看起来 Rust 用于CreateProcessW运行 Windows 进程,它允许创建标志。也许有一个标志可以满足我的需要?
CreateProcessW
windows rust
rust ×1
windows ×1