Salut à tous!
I just found the
Growl software; Perhaps you already know it, this was not my case.
This program allows you to view programs events in the notification zone of
Windows.
It's possible of use it via
hfs.events file with
HFS:
Download and install Growl:
http://www.growlforwindows.com/gfw/After install, load it and set it as follows:
- In the
Display tab, choose the display style that you want
- In the
Security tab, check
Allow network notifications &
Allow notifications from websites(
info:right-click on the tray icon of
Growl for deactivate the notifications...)
This is a minimum setting that lets you use
Growl in conjunction with
HFS.
Other possibilities exist, such as the forwarding of notifications to another computer, to a mail box ... etc.
You will discover for yourself the other options.
*************************************************
Some examples of possible events in hfs.events file (
Alt+F6):
[+start]
{.exec|"C:\Program Files\Growl for Windows\growlnotify.exe" /t:"HFS" /i:"c:\icon\HFS.png" "HFS is launched!".}
Result:

[+quit]
{.exec|"C:\Program Files\Growl for Windows\growlnotify.exe" /t:"HFS" /i:"c:\icon\HFS.png" "HFS is closed!".}
Result:

[+download completed]
{.set|itemname|%item-name%.}
{.exec|"C:\Program Files\Growl for Windows\growlnotify.exe" /t:"%user% download! %time%" /i:"c:\icon\HFS.png" "\n%user% has downloaded:\n\n{.^itemname.}\nIn this folder:\n%folder%\n\n".}
Result:

[+upload completed]
{.set|itemname|%item-name%.}
{.exec|"C:\Program Files\Growl for Windows\growlnotify.exe" /t:"HFS UPLOAD! %time%" /i:"c:\icon\HFS.png" "%user%@%ip% has uploaded this file:\n\n%folder-resource%\{.^itemname.}\n\nSpace disk free: %diskfree%\n".}
Result:

Other events...
[+server start]
{.exec|"C:\Program Files\Growl for Windows\growlnotify.exe" /t:"HFS %time%" /i:"C:\icon\HFS.png" "The Server is ON!".}
[+server stop]
{.exec|"C:\Program Files\Growl for Windows\growlnotify.exe" /t:"HFS %time%" /i:"C:\icon\HFS.png" "The Server is OFF!".}
...
*************************************************
Check out the list below to see which applications already support
Growl for Windows:
http://www.growlforwindows.com/gfw/apps.aspx*************************************************
Growl additionals "Displays":
http://www.growlforwindows.com/gfw/displays.aspx*************************************************
The possible arguments in the command line (for growlnotify/.exe/.com):
http://www.growlforwindows.com/gfw/help/growlnotify.aspx*************************************************
For developers:
http://www.growlforwindows.com/gfw/developers.aspxGrowl Notification Transport Protocol (GNTP) - v1.0 http://www.growlforwindows.com/gfw/help/gntp.aspx*************************************************
If this can be useful...(?)
