this is where it gets tripped up and why i needed eval on mac/linux.
the command for sending the contrast to mpv is: echo { \"command\": [\"set_property\", \"contrast\", $c_num] } >\\.\pipe\mpvsocket
but when the code gets run -
(echo { "command": ["set_property", "contrast", %c_num%] }
echo...