Posted by 20080508 on May 08, 2008 at 03:30:22:
In Reply to: Need help on Dos Command posted by Kiran Kumar on May 08, 2008 at 00:37:59:
: In a folder there are 100 files and I want names of all these files. I have tried using dir > abc.doc, but this command gives me the list and also it gives me details of the volume drive, free disk etc. I just want to have names of all the files with their extension. Need help on this.
##
dir /b > abc.doc