0 Members and 1 Guest are viewing this topic.
mkdir summationdel summation\summation.txtfor %%f in (*.z80) do type "%%f" >> summation\summation.txt
del sum.txtFOR /F "delims=`" %A IN ('dir /b /s ^| findstr ".ext1 .ext2 .ext3"') DO type "%A" >> sum.txt