& "C:/msys64/msys2_shell.cmd" -defterm -here -no-start -ucrt64 '-c' 'echo "1234 432423"'
The command contains a space in "1234 432423".
The output was "命令语法不正确" (Command syntax not correct). What is the correct command?
& "C:/msys64/msys2_shell.cmd" -defterm -here -no-start -ucrt64 '-c' 'echo "1234 432423"'
The command contains a space in "1234 432423".
The output was "命令语法不正确" (Command syntax not correct). What is the correct command?