I did. but it cannot print the var within the "< >" , $InputFile=/tmp/aaa.txt, $OutputFile=/tmp/abc.txt, the print out is like this:
exec('/usr/bin/b5togb /tmp/abc.txt')
and I try another command without "< >", the print out is
exec("/bin/touch /tmp/abc.aa")
which I think should be worked, however the file is not created!!!