Skip to content

Commit

Permalink
fix dos environment size issue with TC make
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak authored and PerditionC committed Jul 13, 2024
1 parent f9beab6 commit d6c50eb
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions utils/echoto.bat
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
@echo off
set FILE=%1
set STR=%2

:loop
shift
if "%2" == "" goto end
set STR=%STR% %2
goto loop
:end

echo %STR%>> %FILE%
echo %2 %3 %4 %5 %6 %7 %8 %9 >>%1

0 comments on commit d6c50eb

Please sign in to comment.