blob: 3adaa6594f3b06fec09e6b3a175b751dce0f459f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
<HTML>
<HEAD>
<TITLE>Sendlog Documentation</TITLE>
<LINK href="NA.css" type="text/css" rel="stylesheet">
<META content="Microsoft Visual Studio 7.0" name="GENERATOR"></HEAD>
<BODY>
<H1>Sendlog</H1>
<P>Version 0.0.1.5<BR>
by <A href="mailto:wesslen@users.sourceforge.net">Daniel Wesslén</A></P>
<H2>Frequently Asked Questions</H2>
<P>
<TABLE border="0">
<TR>
<TD><STRONG>Q</STRONG></TD>
<TD width="5"></TD>
<TD>What does this program do anyway?</TD>
</TR>
<TR>
<TD><STRONG>A</STRONG></TD>
<TD></TD>
<TD>
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.</TD>
</TR>
<tr>
<td> </td>
</tr>
<TR>
<TD><STRONG>Q</STRONG></TD>
<TD></TD>
<TD>How should the messages be formatted?</TD>
</TR>
<TR>
<TD><STRONG>A</STRONG></TD>
<TD></TD>
<TD>
<P>Read the Protocol Reference section in the NotifyAnything documentation.</P>
</TD>
</TR>
</TABLE>
</P>
<H2>
Requirements</H2>
<P><A href="http://miranda-icq.sourceforge.net">Miranda IM</A> with the <A href="http://www.nortiq.com/miranda/index.php?action=viewfile&id=299">
PopUp</A> and <A href="http://www.nortiq.com/miranda/index.php?action=viewfile&id=431">
NotifyAnything</A> plugins.</P>
<H2>Usage</H2>
<P>Simply run sendlog.exe or sendlog32.exe, giving the message as an argument.</P>
<PRE>c:\> sendlog Hello<BR>c:\> sendlog32 Hello</PRE>
<P>If -T is specified, the message is sent through TCP/IP, otherwise it is sent as
a single UDP message.</P>
<P>If you start sendlog without any arguments it will accept input and send each
line as a separate message. (Not applicable to sendlog32.)</P>
<PRE>c:\> sendlog<BR>Hello</PRE>
<P>A prefix may be prepended to every line.</P>
<PRE>c:\> sendlog -p Bob#<BR>Hello</PRE>
<P>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.</P>
<PRE>c:\> sendlog -P 12345 Hello<BR>c:\> sendlog -H my.computer.com Hi there!</PRE>
<H2>Version History</H2>
<P>
<TABLE border="0" ID="Table7" bgcolor='#ffffff'>
<TR>
<TD>0.0.1.5</TD>
<TD>
<UL>
<LI>
Can now send messages through TCP as well as UDP.</LI></UL>
</TD>
</TR>
<TR>
<TD>0.0.1.4</TD>
<TD>
<UL>
<LI>
Can now send messages to other computers.</LI></UL>
</TD>
</TR>
<TR>
<TD>0.0.1.3</TD>
<TD>
<UL>
<LI>
Fixed problem with -P argument without message arguments.</LI></UL>
</TD>
</TR>
<TR>
<TD>0.0.1.2</TD>
<TD>
<UL>
<LI>
Can now send messages to any port.</LI></UL>
</TD>
</TR>
<TR>
<TD>0.0.1.1</TD>
<TD>
<UL>
<LI>
Option to prepend a prefix to every message.
<LI>
Separated Sendlog from the NotifyAnything package.
<LI>
Package now includes Sendlog32, a Win32 application, usable when Sendlog causes
a console window to appear and rapidly disappear.</LI>
</UL>
</TD>
</TR>
<TR>
<TD>0.0.1.0</TD>
<TD>
<UL>
<LI>
Initial release.</LI></UL>
</TD>
</TR>
</TABLE>
</P>
<H2>Known Bugs</H2>
<P>None.</P>
</BODY>
</HTML>
|