From 271cf1987ef0dc4d6561d14e0ba89c17bb125903 Mon Sep 17 00:00:00 2001
From: George Hazan Version 0.0.1.5
+ Read the Protocol Reference section in the NotifyAnything documentation.Sendlog
+
+ by Daniel WesslénFrequently Asked Questions
+
+
+
+
+ Q
+
+ What does this program do anyway?
+
+
+ A
+
+
+ Sendlog sends the arguments you give it as a message to NotifyAnything, which
+ will forward them to the PopUp plugin, which will display a nice little window.
+
+
+
+
+
+ Q
+
+ How should the messages be formatted?
+
+
+ A
+
+
+
+
Miranda IM with the + PopUp and + NotifyAnything plugins.
+Simply run sendlog.exe or sendlog32.exe, giving the message as an argument.
+c:\> sendlog Hello+
c:\> sendlog32 Hello
If -T is specified, the message is sent through TCP/IP, otherwise it is sent as + a single UDP message.
+If you start sendlog without any arguments it will accept input and send each + line as a separate message. (Not applicable to sendlog32.)
+c:\> sendlog+
Hello
A prefix may be prepended to every line.
+c:\> sendlog -p Bob#+
Hello
It is possible to send messages to a port different from the default (12001) by + providing it with -P, or to a different computer using -H.
+c:\> sendlog -P 12345 Hello+
c:\> sendlog -H my.computer.com Hi there!
+
0.0.1.5 | +
+
|
+
0.0.1.4 | +
+
|
+
0.0.1.3 | +
+
|
+
0.0.1.2 | +
+
|
+
0.0.1.1 | +
+
|
+
0.0.1.0 | +
+
|
+
None.
+ + -- cgit v1.2.3