Win 7
How by one click on .bat file run the Julia and perform some script 
automatically ?
for example. include("file.jl")

My file.bat(below) run julia bat not started  the script "test.jl"

bin\julia.exe 
include("test.jl")


Paul

Reply via email to