Hello! Recently, I am dealing with a project. In this project I need to
call JuliaStudio from CMD to run a jl file in Windows. But I just don't no
how to use the parameter to call. For example, when we call matlab to run
test.m file, we can use command : "matlab -nodesktop -minimize -r test" .
But I just don't know how to do this in JuliaStudio. By the way, I know how
to run a jl file from the julia REPL but , for some reason, I cannot use
use this way. I will appreciate it very much if someone can tell me how to
call JuliaStudio to run a jl file from CMD. Thanks.