usestd::ffi::OsStr;pubmodbloking;/// Execute commands on the Windows platform,
/// without opening a window to maintain consistency with other system behaviors.
pubstructCommand;implCommand{pubfnnew<S:AsRef<OsStr>>(program: S)->async_process::Command{bloking::Command::new(program).into()}}