Disregard my previous post.  It looked like there was a double-quote
character there, when it was actually two single-quote characters.

On Jun 27, 7:30 pm, Sesquipedalian <[EMAIL PROTECTED]> wrote:
> Is that exactly the script you are using?  If so, I would guess it is
> not actually working, and QS might therefore be reactivating because
> the shell script is returning an error.
>
> In specific, there should not be a " between echo and >>.
>
> On Jun 27, 12:17 pm, David Saff <[EMAIL PROTECTED]> wrote:
>
> > All,
>
> > I've installed this as an AppleScript action:
>
> > using terms from application "Quicksilver"
> >         on process text projectName
> >                 set journal to "/Users/saff/Documents/Journal/journal.txt"
>
> >                 do shell script "echo '' >> " & journal & "; echo 
> > '#startProject " &
> > projectName & "' >> " & journal
> >         end process text
> > end using terms from
>
> > The script works perfectly, appending the text to the appropriate
> > file.  However, after it finishes, Quicksilver pops back up, and I
> > have to Esc out to get back to work.  How can I fix this?  Thanks,
>
> >    David Saff

Reply via email to