[Gambas-user] Problem parsing a "<" character to the Linux Shell

Werner wdahn at ...1000...
Thu Jul 24 05:28:42 CEST 2008


M0E Lnx wrote:
> I just tried that, and I get the same results. I dont know what the problem is..
>
> sCMD = "lzmadec " & chr(60) & space(1) & sFilePath
>
> for degbuggind, I print sCMD and all I get is "lzmadec". I can print
> sFilePath and I know for a fact is has a value.
>   
How about this:

EXEC [ "lzmadec" , "<" , sPath ]






More information about the User mailing list