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

M0E Lnx m0e.lnx at ...626...
Thu Jul 24 00:02:20 CEST 2008


I'm writing an application that uses a shell like to perform some tasks.

I need to parse something like "lzmadec < " & sPath  to the shell. The
problem is,
it seems that gambas is only parsing "lzmadec" and ignores everything
starting at the "<" to the end of the line.

I tried escaping the "<" like "\<" but it doesn't work... says bad
string conversion...

Any suggestions? is this a bug? feature that I dont know about yet?
How do I parse the "<" to the shell?




More information about the User mailing list