chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] windows shell problem


From: felix winkelmann
Subject: Re: [Chicken-users] windows shell problem
Date: Tue, 6 Jan 2009 17:06:41 +0100

On Tue, Jan 6, 2009 at 1:09 PM, Matthew Flatt <address@hidden> wrote:
>
> If you put an extra set of quotation marks around the argument, won't
> they effectively cancel the quotation marks added by system()?
>
> That is, pass
>
>  ""c:\home\chicken-trunk\bin\csi" -bnq -e "(require-library setup-api)"
>  -e "(import setup-api)" "c:\...some...path...\defstruct.setup""
>
> to system(), which will then send on
>
>  """c:\home\chicken-trunk\bin\csi" -bnq -e "(require-library setup-api)"
>  -e "(import setup-api)" "c:\...some...path...\defstruct.setup"""
>
> to the shell, which will then parse out
>
>  """c:\home\chicken-trunk\bin\csi"  =   c:\home\chicken-trunk\bin\csi
>

I don't understand why this works, but when it could, I'll try it.


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]