Skip to content

Commit

Permalink
build: modify echoto.bat to check arguments overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Dec 23, 2024
1 parent 7cd0e19 commit ced1587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/echoto.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ced1587

Please sign in to comment.