i've a command which works nicely on the commandline through:
Code: Select all
go -c 'open -e "do $fistpath $secondpath" remotemachine'
Code: Select all
set res [catch {eval exec "go -c 'open -e \"do $fistpath $secondpath\" remotemachine'"}]
i tried to escape the " and to {"} them, nothing helps...
any ideas what's wrong?
every help is greatly appreciated.. thanks