diff --git a/examples/src/UdpExamples/MulticastUdpChatKeyboardLog.txt b/examples/src/UdpExamples/MulticastUdpChatKeyboardLog.txt
index cfbef0374c58a4ef674d16920d5b5f2dc7a07e30..c4a07fb833c7cfea7ca64f4495533205b5c88ba6 100644
--- a/examples/src/UdpExamples/MulticastUdpChatKeyboardLog.txt
+++ b/examples/src/UdpExamples/MulticastUdpChatKeyboardLog.txt
@@ -20,9 +20,25 @@ type new message here:  oldlaptop 2
 Sent packet  2 of 100: "oldlaptop 2"
 type new message here:  quit
 Sent packet  3 of 100: "quit"
+
 ===============================
 newlaptop MulticastUdpChatKeyboardSender
 
+ant -f C:\\x3d-nps-gitlab\\NetworkedGraphicsMV3500\\examples -Dnb.internal.action.name=run.single -Djavac.includes=UdpExamples/MulticastUdpChatKeyboardSender.java -Drun.class=UdpExamples.MulticastUdpChatKeyboardSender run-single
+init:
+Deleting: C:\x3d-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
+deps-jar:
+Updating property file: C:\x3d-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
+Compiling 1 source file to C:\x3d-nps-gitlab\NetworkedGraphicsMV3500\examples\build\classes
+compile-single:
+run-single:
+UdpExamples.MulticastUdpChatKeyboardSender started...
+Multicast address/port: 239.1.2.15/1718
+[DisThreadedNetworkInterface] using network interface Intel(R) Wi-Fi 6E AX210 160MHz
+type new message here:  newlaptop 1
+Sent packet  1 of 100: "newlaptop 1"
+type new message here:  newlaptop 2
+Sent packet  2 of 100: "newlaptop 2"
 
 ===============================
 oldlaptop MulticastUdpReceiver
@@ -44,4 +60,5 @@ Multicast packets received log:
  3. "[brutzman  2] newlaptop 2" 
  4. "[brutzman  2] oldlaptop 2" 
  5. "[brutzman  3] quit" 
+
 ===============================
\ No newline at end of file