pause is responsible for the "press any key to continue" message. I'm 
having a hard time figuring out what you're asking, and what behavior you 
want versus what you're getting here.


On Thursday, July 2, 2015 at 3:00:47 PM UTC-4, paul analyst wrote:
>
> 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