<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>Hello,</DIV>
<DIV> </DIV>
<DIV>I am a very satisfied Gambit user. 
(prebuilt/gambc-v4_6_0-windows-mingw.exe)</DIV>
<DIV>Now I wont to use latest version.  
(prebuilt/gambc-v4_7_3-windows-mingw32.exe)</DIV>
<DIV>                                                       
(prebuilt/gambc-v4_7_3-windows-mingw64.exe)</DIV>
<DIV>                            
</DIV>
<DIV>But I can not use latest version of shell-command as below.</DIV>
<DIV>-----</DIV>
<DIV>C:\Gambit-C_32bit\v4.6.0\bin>gsi</DIV>
<DIV>Gambit v4.6.0</DIV>
<DIV> </DIV>
<DIV>> (shell-command "echo hello > newfile1")</DIV>
<DIV>0</DIV>
<DIV>></DIV>
<DIV>---</DIV>
<DIV>C:\Gambit-C_32bit\v4.7.3\bin>gsi</DIV>
<DIV>Gambit v4.7.3</DIV>
<DIV> </DIV>
<DIV>> (shell-command "echo helo > newfile1")</DIV>
<DIV>'"echo helo > newfile1' is not recognized as an internal or external 
command,</DIV>
<DIV>operable program or batch file.</DIV>
<DIV>256</DIV>
<DIV>></DIV>
<DIV>---</DIV>
<DIV>C:\Gambit-C_64bit\v4.7.3\bin>gsi</DIV>
<DIV>Gambit v4.7.3</DIV>
<DIV> </DIV>
<DIV>> (shell-command "echo helo > newfile1")</DIV>
<DIV>'"echo helo > newfile1' is not recognized as an internal or external 
command,</DIV>
<DIV>operable program or batch file.</DIV>
<DIV>256</DIV>
<DIV>></DIV>
<DIV>-----</DIV>
<DIV> </DIV>
<DIV>Is there any way to solve this?</DIV>
<DIV> </DIV>
<DIV>Thanks in advance.</DIV>
<DIV> </DIV></DIV></DIV></BODY></HTML>