[Pharo-project] OSProcess problem with Windows
Hi, When I try OSProcess command: 'cd "C:\Users\Jannik Laval\Desktop\Pharo2.0-one-click.app\Contents\Resources\Help\en"' There is an error. Can anyone help me ? Thanks -- ~~Jannik Laval~~ Ãcole des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu
is the same expression working on the machine?
Hi,
When I try OSProcess command: 'cd "C:\Users\Jannik Laval\Desktop\Pharo2.0-one-click.app\Contents\Resources\Help\en"'
There is an error. Can anyone help me ?
Thanks
-- ~~Jannik Laval~~ Ãcole des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu
yes, on the machine, it works fine. Jannik On Mar 30, 2013, at 8:13 PM, stephane ducasse <stephane.ducasse@free.fr> wrote:
is the same expression working on the machine?
Hi,
When I try OSProcess command: 'cd "C:\Users\Jannik Laval\Desktop\Pharo2.0-one-click.app\Contents\Resources\Help\en"'
There is an error. Can anyone help me ?
Thanks
-- ~~Jannik Laval~~ Ãcole des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu
There is no such executable 'cd'. It is actually a command which is processed directly by shell interpreter (cmd.exe or powershell or something) and it works only in a shell session. You can execute 'cmd.exe /k cd "<something>"'. This command opens Windows command line interpreter and runs 'cd' afterwards but maybe it is not what you want. On Sun, Mar 31, 2013 at 1:41 AM, jannik.laval <jannik.laval@gmail.com>wrote:
yes, on the machine, it works fine.
Jannik
On Mar 30, 2013, at 8:13 PM, stephane ducasse <stephane.ducasse@free.fr> wrote:
is the same expression working on the machine?
Hi,
When I try OSProcess command: 'cd "C:\Users\Jannik Laval\Desktop\Pharo2.0-one-click.app\Contents\Resources\Help\en"'
There is an error. Can anyone help me ?
Thanks
--
~~Jannik Laval~~ Ãcole des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu
Ok, I did not know that. Now, it works fine. Thank you. Jannik 2013/3/31 Alexander Svyazin <asvyazin@gmail.com>
There is no such executable 'cd'. It is actually a command which is processed directly by shell interpreter (cmd.exe or powershell or something) and it works only in a shell session. You can execute 'cmd.exe /k cd "<something>"'. This command opens Windows command line interpreter and runs 'cd' afterwards but maybe it is not what you want.
On Sun, Mar 31, 2013 at 1:41 AM, jannik.laval <jannik.laval@gmail.com>wrote:
yes, on the machine, it works fine.
Jannik
On Mar 30, 2013, at 8:13 PM, stephane ducasse <stephane.ducasse@free.fr> wrote:
is the same expression working on the machine?
Hi,
When I try OSProcess command: 'cd "C:\Users\Jannik Laval\Desktop\Pharo2.0-one-click.app\Contents\Resources\Help\en"'
There is an error. Can anyone help me ?
Thanks
--
~~Jannik Laval~~ Ãcole des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu
-- ~~Dr. Jannik Laval~~ Ãcole des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu
participants (4)
-
Alexander Svyazin -
jannik laval -
jannik.laval -
stephane ducasse