[gambit-list] shell-command question (v4.7.3)

Ryuho Yokoyama ryuho8 at ybb.ne.jp
Wed Jan 14 18:52:48 EST 2015


Hello,

I am a very satisfied Gambit user. (prebuilt/gambc-v4_6_0-windows-mingw.exe)
Now I wont to use latest version.  (prebuilt/gambc-v4_7_3-windows-mingw32.exe)
                                                       (prebuilt/gambc-v4_7_3-windows-mingw64.exe)
                            
But I can not use latest version of shell-command as below.
-----
C:\Gambit-C_32bit\v4.6.0\bin>gsi
Gambit v4.6.0

> (shell-command "echo hello > newfile1")
0
>
---
C:\Gambit-C_32bit\v4.7.3\bin>gsi
Gambit v4.7.3

> (shell-command "echo helo > newfile1")
'"echo helo > newfile1' is not recognized as an internal or external command,
operable program or batch file.
256
>
---
C:\Gambit-C_64bit\v4.7.3\bin>gsi
Gambit v4.7.3

> (shell-command "echo helo > newfile1")
'"echo helo > newfile1' is not recognized as an internal or external command,
operable program or batch file.
256
>
-----

Is there any way to solve this?

Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20150115/9fe2c126/attachment.htm>


More information about the Gambit-list mailing list