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] <javascript:>> > 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. > >
