cd C:\DaveCarbonesSchematicFinalizer\ProgramFiles\Pictures\`Step_One\Danny%1
for /F "delims=" %%j in ('dir /A-D /B /O:GEN') do echo %%~nj>> C:\DaveCarbonesSchematicFinalizer\ProgramFiles\Pictures\`Step_One\Danny.txt
@echo off
cd C:\DaveCarbonesSchematicFinalizer\ProgramFiles\Pictures\`Step_One\David%1
for /F "delims=" %%j in ('dir /A-D /B /O:GEN') do echo %%~nj>> C:\DaveCarbonesSchematicFinalizer\ProgramFiles\Pictures\`Step_One\David.txt
@echo off
cd C:\DaveCarbonesSchematicFinalizer\ProgramFiles\Pictures\`Step_One\Joe%1
for /F "delims=" %%j in ('dir /A-D /B /O:GEN') do echo %%~nj>> C:\DaveCarbonesSchematicFinalizer\ProgramFiles\Pictures\`Step_One\Joe.txt
the only problem is now the peoples names are changing a lot, so i have to keep editing the batch file to match the names, and it is getting pritty crazy. Is there a way to modify this so it will just make a .txt list of whatever folder is in C:\DaveCarbonesSchematicFinalizer\ProgramFiles\Pictures\`Step_One\
that way i do not have to specify a direct folder, it will just take whatever folder is in there and make a .txt file named the same name as the folder and have a list within it of all files in that folder. The list being /b (no extension or any other information ofcourse) just the name of the file itself.
thanks in advance
