<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 04/12/2015 11:49, <a class="moz-txt-link-abbreviated" href="mailto:amonmayr@laas.fr">amonmayr@laas.fr</a> a
écrit :<br>
</div>
<blockquote cite="mid:56616FB1.9050107@laas.fr" type="cite">Answering
my own question, here is a solution
<br>
1 Create a batch file myscilex.exe in the bin directory
<br>
2 Put this inside:
<br>
@ECHO OFF
<br>
set APPDATA=Z:\Windows\Application Data
<br>
<br>
start Wscilex.exe
<br>
3 Now launch myscilex.exe
<br>
4 Now atomsGui() works !
<br>
<br>
</blockquote>
<br>
We prefer a .bat file extension, we set as well USERPROFILE and end
with <i>exit</i>, but yes, it's the way to do.<br>
The path reaching wscilex.exe from the batch can be given and have
spaces. If so, and if you want to specify some scilab launching
options, you must write something like<br>
<tt><br>
start "D:\The path to Scilab dir\bin\Wscilex.exe" <scilab
options></tt><tt><br>
</tt><br>
Note the double quotes<br>
<br>
<blockquote cite="mid:56616FB1.9050107@laas.fr" type="cite">Antoine
<br>
(Happy)
<br>
</blockquote>
Great ;)<br>
<br>
Samuel<br>
<br>
</body>
</html>