P
P Redman
This is my batch file for listing files.
Not perfect and not sure if it is any different to yours, but for me it's OK. You may need to change location of desktop depending on version of windows used.
Regards
Philip
: This file will list all files on c: drive
: into list.txt file on the desktop
cd c:\users\user\desktop
dir c:\ /ogn /s > list.txt
exit
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com
Not perfect and not sure if it is any different to yours, but for me it's OK. You may need to change location of desktop depending on version of windows used.
Regards
Philip
: This file will list all files on c: drive
: into list.txt file on the desktop
cd c:\users\user\desktop
dir c:\ /ogn /s > list.txt
exit
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com