I read the manual:
-L, --load <file> Load <file> right after boot on all processors
but
bin\julia.exe -L, test.jl
bin\julia.exe -L, "test.jl"
bin\julia.exe -L, 'test.jl'
not work
Paul
W dniu 2015-07-02 o 16:12, Scott Jones pisze:
You'll need to pass that on the command line to julia, bin\julia -help
will give you a list of all the command line options you can use.
On Thursday, July 2, 2015 at 9:14:50 AM UTC-4, paul analyst wrote:
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