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:07:21 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0

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

No problem here with 4.2.0 on win10, using the 64bit zip-file.
Maybe try running it first in the terminal command by hand in cmdshell.bat?
Also is your intention really to start a background process (single &)?.
Otherwise either use && or ; in between


$ bash -c "echo hi & exit 2"; echo $?
hi
2

$ true; echo $?
0

$ false; echo $?
1



    _______________________________________________________

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]