The very first sentence of the section you referenced is the following:

"Julia borrows backtick notation for commands from the shell, Perl, and Ruby.”

How would you rewrite that sentence to make it more clear that you will need to 
use backticks? Is the problem that the word backtick is unfamiliar? Or that the 
systems referenced (shell, Perl, Ruby) are unfamilar?

 — John

On Jul 31, 2014, at 9:01 PM, KK Sasa <[email protected]> wrote:

> Thank you, John. 
> 
> The problem is that I use「'」 rather than 「`」, maybe the document should 
> indicate this clearly.
> 
> 
> John Myles White於 2014年8月1日星期五UTC+8上午11時55分33秒寫道:
> run(`XXX.bat`) 
> 
>  — John 
> 
> On Jul 31, 2014, at 8:54 PM, KK Sasa <[email protected]> wrote: 
> 
> > Is there command like R's command 「system」 
> > 
> >      system("XXX.bat") 
> > 
> > or Matlab's 「dos」in Julia? 
> > 
> >      dos('XXX.bat','-echo'); 
> > 
> > 
> > I have checked 
> > http://julia.readthedocs.org/en/latest/manual/running-external-programs/, 
> > but still don't understand how to call DOS. 
> > 
> > Thanks. 
> 

Reply via email to