From fed3dea4a1ee240077d4e2a4e4a5f6cd5991fa36 Mon Sep 17 00:00:00 2001 From: ChernyukVS Date: Mon, 15 Sep 2025 18:19:29 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'run.bat'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run.bat b/run.bat index ea1332c..8c1a57b 100644 --- a/run.bat +++ b/run.bat @@ -1,3 +1,3 @@ -@echo off -LAB1.exe < 01-example.input.txt > 01-example.actual.txt -fc 01-example.actual.txt 01-example.expected.txt +lab01.exe < 01-example.input.txt > 01-example.actual.txt 2>NUL +fc /N 01-example.actual.txt 01-example.expected.txt +|| pause