You'll need to add julia.exe to your system PATH. Typing JULIA_HOME in the 
REPL should give you the location of the executable. You'll then be able to 
call Julia from the shell with julia filename.jl.
Note that JuliaStudio is no longer supported, and your Julia version will 
be quite out of date as a result. I'd recommend downloading Juno 
<http://junolab.org/docs/install-manual.html> as a replacement.

On Thursday, July 23, 2015 at 10:33:47 PM UTC-5, Qiulin 陈 wrote:
>
> 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.
>

Reply via email to