Merge pull request #191 from jmalak/fix-1

build: modify echoto.bat to check arguments overflow
This commit is contained in:
Andrew Bird 2024-12-23 22:47:26 +00:00 committed by GitHub
commit abeda02ee1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
@echo off
if "%2%3%4%5%6%7%8%9" == "" goto nothing
echo %2 %3 %4 %5 %6 %7 %8 %9 >>%1
shift
if not "%9" == "" echo echoto.bat arguments overflow
:nothing