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.
On Thursday, July 2, 2015 at 11:03:44 AM UTC-4, paul analyst wrote: > > BIG Thx, but not works, > > My Julia on win 7/64: > Version 0.3.8 (2015-04-30 23:40 UTC) > Official http://julialang.org/ release > i686-w64-mingw32 > > *it is strange that:* > > bin\julia.exe -p 2 > working > > bin\julia.exe -q > working > > bin\julia.exe -h > > NO!! just on the moment (+-0.1 sek , I can`t read ) consloe is and close > himself > bin\julia.exe test.jl > > NO!! just on the moment (+-0.1 sek , I can`t read ) consloe is and close > himself > > Paul > > W dniu 2015-07-02 o 16:53, Tony Kelman pisze: > > bin\julia.exe test.jl > > >
