Os arquivos .reg e batch a seguir ajudam como um iniciador:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Run Batch script]
@="&Run text file concatenate"
[HKEY_CLASSES_ROOT\Directory\shell\Run Batch script\command]
@="\"E:\menu.bat\" \"%1\""
Arquivo em lote "E: \ menu.bat":
@ECHO OFF
cd %*
forfiles /s /m *.txt /c "cmd /c type @path >> %*\output.txt