5 lines
94 B
Batchfile
5 lines
94 B
Batchfile
@echo off
|
|
if "%2%3%4%5%6%7%8%9" == "" goto nothing
|
|
echo %2 %3 %4 %5 %6 %7 %8 %9 >>%1
|
|
:nothing
|