Dear all,

I need to use dos() to run an external command line application and have
been experimanting a bit.

I run the following:

commands = "H: cd SOFTWARE\FLAC\ dir"
[output, bOK, exitcode] = dos(commands, "-echo")

or

commands = "H: cd SOFTWARE cd FLAC dir"
[output, bOK, exitcode] = dos(commands, "-echo")

The bOK argument returns T so it seems it worked properly, however I
don't get any echo in the console. I should see the comntent of the
directory FLAC.

What am I doing wrong?

Regards,

Federico Miyara



--
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
https://www.avast.com/antivirus
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to