let o = Command::new(c).args(&["/c", "echo Hello, world!"]).output().expect("Failed to start process");