mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
build: modify echoto.bat to check arguments overflow
This commit is contained in:
parent
7cd0e19681
commit
ced1587aa4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user