Run(cmd) manual examples throw error

You shouldn’t have those """s there:

julia> run(`cmd /c echo hello`)
hello
Process(`cmd /c echo hello`, ProcessExited(0))
2 Likes