| 1 | initial version |
I'v been bitten by this one more than once in Cygwin...
You have to quote paths containing spaces. The trick is to use Windows-style quotation for arguments going to cmd.exe and Unix-style quotation for arguments going to bash.exe or other Cygwin programs...
For example, from a bash session I'd try to invoke your Windows Scilab as :
/cygdrive/c/Program\ Files/scilab-6.0.1/bin/scilab -nw`
(note the backslash quoting the space in 'Program Files).
HTH,
| 2 | No.2 Revision |
I'v been bitten by this one more than once in Cygwin...
You have to quote paths containing spaces. The trick is to use Windows-style quotation for arguments going to cmd.exe and Unix-style quotation for arguments going to bash.exe or other Cygwin programs...
For example, from a bash session I'd try to invoke your Windows Scilab as :
/cygdrive/c/Program\ Files/scilab-6.0.1/bin/scilab -nw`
(note the backslash quoting the space in 'Program Files).
HTH,
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.