adjusted 1 string
This commit is contained in:
parent
b89e4f8db7
commit
cbd9399e59
1 changed files with 1 additions and 1 deletions
|
|
@ -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("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue