Skip to main content

CMD_SWITCHES

Constant CMD_SWITCHES 

Source
pub const CMD_SWITCHES: &str = "/d /e:ON /v:OFF /s /c";
Expand description

Switches passed to cmd.exe ahead of the command itself.

See the module documentation for what each one defeats. The order matches what cmd.exe documents.