Le 04/12/2015 11:49, amonm...@laas.fr a écrit :
Answering my own question, here is a solution
1 Create a batch file myscilex.exe in the bin directory
2 Put this inside:
@ECHO OFF
set APPDATA=Z:\Windows\Application Data
start Wscilex.exe
3 Now launch myscilex.exe
4 Now atomsGui() works !
We prefer a .bat file extension, we set as well USERPROFILE and end with
/exit/, but yes, it's the way to do.
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
start "D:\The path to Scilab dir\bin\Wscilex.exe" <scilab options>
Note the double quotes
Antoine
(Happy)
Great ;)
Samuel
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users