diff --git a/ExeToBat/BatGen.cs b/ExeToBat/BatGen.cs index 4c9cfb0..df3c391 100644 --- a/ExeToBat/BatGen.cs +++ b/ExeToBat/BatGen.cs @@ -327,7 +327,7 @@ namespace ExeToBat { using (StreamWriter writer = new StreamWriter(outputFile)) { - Console.WriteLine("[ Writing ] basic batch structure..."); + Console.WriteLine("[Preparing] basic batch structure..."); writer.WriteLine("@echo off"); writer.WriteLine(":: Auto-generated batch file by ExeToBat ::"); writer.WriteLine("");