octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49825] 64-bit Octave on Windows: system comma


From: kire pudsje
Subject: [Octave-bug-tracker] [bug #49825] 64-bit Octave on Windows: system command always fails
Date: Mon, 12 Dec 2016 20:21:03 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #4, bug #49825 (project octave):

Sorry, spoke too early. No problem with the & in between. However when running
the example from "help system":

For example,

          [status, output] = system ("echo foo; exit 2");

will set the variable 'output' to the string 'foo', and the
variable 'status' to the integer '2'.


I get

>> [status, output] = system ("echo foo; exit 2")
status = 0
output = foo; exit 2



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49825>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]