> place it in actions folder and restart qs.
> use it like you were planning to use ur script

That caused QS to abort. The following minor modification seems to
work OK though:

using terms from application "Quicksilver"
        on process text thetext
                set thecmd to run script (thetext)
                set thecmd to thecmd as text
                open thecmd
        end process text
end using terms from

Reply via email to