@if not exist ini mkdir ini
@echo use_bezels 1 > temp.txt
@if not exist ini\%1.ini goto newfile
@copy /Y ini\%1.ini+temp.txt ini\%1.ini
@goto end
:newfile
@copy /Y temp.txt ini\%1.ini
:end
