Ok Paul, thanks again. Do you have in mind a temporary work around for this
issue, that I could add in my dev.. Or this can only be tackled on your
side..?

Regards
Michael

2017-03-28 13:46 GMT+02:00 Michael Benguigui <
michael.bengui...@activeeon.com>:

> Dear Paul, thank you for your last reply.
> You will find my answer in the last comment in bug 14698
> <https://bugzilla.scilab.org/show_bug.cgi?id=14698> (copy paste the
> scilab instructions in a sci file and execute it from Scilab 6 GUI). It
> seems to be related to this issue since i encounter sometimes the
> command.temp file access error.
>
> Regards
> Michael
>
> 2017-03-20 10:24 GMT+01:00 Paul Bignier <paul.bignier@scilab-
> enterprises.com>:
>
>>
>> Hello Michael,
>>
>> It works just fine on my system, could you please tell us more about your
>> config (OS / other installed toolboxes / result of '-->jre_path()' )?
>>
>> Regards,
>> Paul
>>
>> On 03/16/2017 11:14 AM, Michael Benguigui wrote:
>>
>> jimport java.lang.ProcessBuilder;
>> jimport java.util.ArrayList;
>> cmd = ArrayList.new();
>> jinvoke(cmd,'add','echo')
>> jinvoke(cmd,'add','''AAAA''')
>> pb = ProcessBuilder.new(cmd);
>> jinvoke(pb,'start')
>> disp('BEFORE...');
>> evstr('1+1;');
>> disp('...AFTER');
>>
>>
>> --
>> Paul BIGNIER
>> Development engineer
>> -----------------------------------------------------------
>> Scilab Enterprises
>> 143bis rue Yves Le Coz - 78000 Versailles, France
>> Phone: +33.1.80.77.04.68 
>> <+33%201%2080%2077%2004%2068>http://www.scilab-enterprises.com
>>
>>
>> _______________________________________________
>> users mailing list
>> users@lists.scilab.org
>> http://lists.scilab.org/mailman/listinfo/users
>>
>>
>
>
> --
> Michael Benguigui, Activeeon
> +33 6 304 37 37 0
> https://fr.linkedin.com/in/micha%C3%ABl-benguigui-23a85921
> skype: michael.bengui...@hotmail.fr
>



-- 
Michael Benguigui, Activeeon
+33 6 304 37 37 0
https://fr.linkedin.com/in/micha%C3%ABl-benguigui-23a85921
skype: michael.bengui...@hotmail.fr
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to