Quote:
Originally Posted by gozarck
Code:
REM process each file in folder
for /r "D:\MyGame" %%F IN (*.arc) do (echo %%~dpnXF>>arclist.txt)
|
Thanks Gozarck

I also worked out to add the extension like(*.arc,*.2nd extension)
Worked..So nxt is how to integrate this
list with arc method...
wait..
I figured out..Thanks for help Gozarck