4 lines
105 B
Batchfile
4 lines
105 B
Batchfile
|
REM append once.txt to header files in the current directory
|
||
|
REM
|
||
|
FOR %%f IN ( *.H ) DO copy %%f+once.txt
|