Why this happens on Windows:```julia> run(`echo hello`)ERROR: IOError: could

Why this happens on Windows:
julia> run(`echo hello`) ERROR: IOError: could not spawn `echo hello`: no such file or directory (ENOENT)

(Original message :slack:)

cmd /c echo hello solves the problem (thanks to @fredrikekre )

1 Like