You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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
|