Hi
Im tryin to execute "c:\my files\a.bat"
which call : "c:\my files\c.bat"
i did try using the raw module like:
raw: "cd \"c:\my-files\" & \"c:\my-files\a.bat\""
but ansible refuse to pipe the sign &
also tried with \"&\" but then error appears
how can i cd to a relevant directory and then execute file.bat??
win_command???