--
You received this message because you are subscribed to the Google Groups "growl for windows" group.
To post to this group, send email to growl-fo...@googlegroups.com.
To unsubscribe from this group, send email to growl-for-wind...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/growl-for-windows?hl=en.
MessageSender = "C:\Users\Benjamin\Desktop\New folder\growlnotify.exe"
Talker = "C:\Program Files\Amulet Devices\Amulet.Talker.exe"
Growlnotify = " /t:'Hello' "
Response = "Hello"
Cmdline = chr(34) & MessageSender & chr(34) & " " & Growlnotify & " " & Response
ObjShell.Run(Cmdline)