You shouldn’t have those """s there:
julia> run(`cmd /c echo hello`)
hello
Process(`cmd /c echo hello`, ProcessExited(0))
You shouldn’t have those """s there:
julia> run(`cmd /c echo hello`)
hello
Process(`cmd /c echo hello`, ProcessExited(0))