The command window opening is probably a result of me using a batch
file to call Growl Notify.
To start off, I should probably explain how/why I'm using this method
- especially since Trillian does have the ability to produce popup
notifiers when IMs are received. I spend most of my time working on a
laptop using a virtual machine (VMWare workstation) to do most of my
work. Trillian's popup notifiers don't show over my VM when I'm in
fullscreen mode, but Growl notify does! With that said for anyone
interested - here's what I've set up.
1. Download and install Trillian (I'm using Astra (in beta), though
previous versions of Trillian support automation as well)
2. Download hstart (this application suppresses command prompts and
will prevent the growl notify call from stealing focus or knocking you
out of full screen mode)
*NOTE - you will likely need to allow this to run in your virus
protection settings)
3. Create a batch file to call Growl Notify with desired parameters
Example:
@ECHO OFF
CALL "C:\Growl\Configuration\Growl\growlnotify.exe" /t:Trillian /i:"C:
\Growl\Images\Trillian.png" /a:"Trillian" /r:"Trillian" /n:Trillian
%1" message from "%2
4. Open up Trillian Preferences->Advanced->Automation
5. Click Add, and set up the event with the following settings
Event Type -> Program Generated
Program Generated Event -> Whatever you want, I only use it for
Message: IM Inbound (out of focus)
Action Type -> Execute Program
Program -> C:\Growl\hstart\hstart
Parameters -> /NOCONSOLE ""C:\Growl\Scripts\trillian.bat" %medium%
%address%"
The result is a nice Growl Notify featuring the Chat Client and
Contact you're receiving a message from. There are other parameters
you can send in the notification such as Message Text, but this is all
of the information I wanted to show.
Hope this helps!
Brian, thanks for the awesome tool!