I have:

bin\julia.exe -L test.jl
without ","

Paul


W dniu 2015-07-02 o 18:34, Paul Analyst pisze:
Thanks
test.jl
a=rand(10)
writecsv("a.txt", a)

script run !!!

But console sey: "press any kay to continue..." after press cloused :/
my.bat :

bin\julia.exe test.jl
pause

Paul

W dniu 2015-07-02 o 17:48, Tony Kelman pisze:
Does the test script do anything? You could add "pause" at the end of the batch file to avoid the console window closing after completion. There's a difference between interactive commands that start up a REPL that waits for input, vs script commands that close when they're finished.


Reply via email to