<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 18/06/2016 16:32, Samuel Gougeon a
      écrit :<br>
    </div>
    <blockquote cite="mid:57655B76.40509@free.fr" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Le 18/06/2016 14:04, philippe a
        écrit :<br>
      </div>
      <blockquote cite="mid:576538B2.6040209@gmail.com" type="cite">
        <pre wrap="">.../...
- if you start  scilab from the command-line  use the -e option  and
'cd' , for example

scilab -e 'cd SCI'

this is equivalent to start scilab and then use "cd SCI"  in the
console.  be careful to quotes  to handle correctly  strings
representing paths.</pre>
      </blockquote>
      .<br>
      Actually, at least for Windows users, the series of instructions
      following the -e option must be quoted with double-quotes ". For
      an unknown reason, single quotes make instructions not being
      executed. For instance,<br>
      <pre wrap="">scilab -e 'cd(""C:\users\myprofile\Desktop"")'</pre>
      <br>
      won't execute  cd(""C:\users\myprofile\Desktop"")<br>
      <pre wrap="">whereas 
scilab -e "cd(""C:\users\myprofile\Desktop"")"
</pre>
      will.<br>
    </blockquote>
    BTW, for Windows users (80 % of scilabers), the right windows binary
    running Scilab in CLI mode is scilex:<br>
    <pre wrap="">scilex -e "cd(""C:\users\myprofile\Desktop"")"</pre>
    Could it be renamed "scilab" (and "wscilab") in Scilab 6?<br>
    <br>
    SG<br>
    <br>
  </body>
</html>