build: modify echoto.bat to check arguments overflow

This commit is contained in:
Jiri Malak 2024-12-23 23:28:49 +01:00
parent 7cd0e19681
commit ced1587aa4
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