F
Franck Diastein
Hi,
I want to list files in a directory, how to do it ?
If I do this:
for %%f in (c:\svn_bak\dumps\*.*) do echo %%f
I have files with full path... I only need file names...
TIA
I want to list files in a directory, how to do it ?
If I do this:
for %%f in (c:\svn_bak\dumps\*.*) do echo %%f
I have files with full path... I only need file names...
TIA