From d79dc610a9e451928948b3b8bcc42647319300de Mon Sep 17 00:00:00 2001 From: Elias Ruemmler <46575176+100prznt@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:37:13 +0200 Subject: [PATCH] Update Program.cs --- NetworkScanner/Program.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NetworkScanner/Program.cs b/NetworkScanner/Program.cs index 52665ff..5325f6e 100644 --- a/NetworkScanner/Program.cs +++ b/NetworkScanner/Program.cs @@ -133,6 +133,9 @@ public static void Main(string[] args) Console.WriteLine(); Console.WriteLine("Finished in {0}. Found {1} active IP-addresses.", watch.Elapsed.ToString(), m_Result); + Console.WriteLine(); + Console.WriteLine("You found the IP addresses and host names in the file:"); + Console.WriteLine("{0}\\result.csv", Environment.CurrentDirectory); Console.ReadKey(); }