I'm creating a batch box to run a 1-line script that merges all text files into 1 only. But I do not understand why the routine is not working.
Setup
Batch
Code
@echooff:MenuEcho.Echo1-ComboMergerEcho.set/pop=Escolhaumaop‡Æo:GOTO:eofEcho.if/i"%op%" == "1"(
copy *.txt Combinados.txt
goto Menu
)