2) Copy the code below:
@echo off>merge.txt
for /r /d %%a in (.) do copy/b merge.txt+"%%a\*.txt" merge.txt3) Save it as a .bat file...and its done!
Change *.txt to *.bat For Saving Multiple Batch File's Code Into a Single TextFile
@echo off>merge.txt
for /r /d %%a in (.) do copy/b merge.txt+"%%a\*.txt" merge.txt3) Save it as a .bat file...and its done!
0 comments:
Post a Comment