K
Ken Poberezny
Hi,
I have this little batch file that allows me to list the files in a
directory, worked fine in xp but now I can't find Documents and Settings
or Send To, where this file should be placed to allow this to work by
picking directory RMB and send to. I'm new to win7.
@dir /a %1 > c:\File_list\filelist.txt
! add /s to fully list sub dirs
I have this little batch file that allows me to list the files in a
directory, worked fine in xp but now I can't find Documents and Settings
or Send To, where this file should be placed to allow this to work by
picking directory RMB and send to. I'm new to win7.
@dir /a %1 > c:\File_list\filelist.txt
! add /s to fully list sub dirs