Windows does not have the same quoting rules as Unix so we need to use platform independent quoting. Also for os:cmd like operations we do not expect the program to read any input so in order for it to work on windows we should put -noinput there.pull/2186/head