Hello,

I want to run and get the output from the command robocopy under Windows 10 from Scilab. I have tried the Scilab functions unix_g(), dos(), and powershell() but I always get the same empty output:



->[rep, stat] = unix_g(cmd)

 stat  =

    1.

 rep  =




However, the command is successful: the files are copied OK.



If I run the command (cmd) from Windows "Command Prompt" or "Select Windows PowerShell" I get the output.



If I use xcopy I also get the output from Scilab
.


Regards

Stefan

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to