11 Users Commented In This Post

Subscribe To This Post Comment Rss Or TrackBack URL
radhey shyam says, January 2nd, 2008   

goody life

uninspired says, February 26th, 2008   

You can also take your directory command (with or without subdirectories, etc) and throw it in a batch file (named “filelist.bat” in this example) and then pop into your registry. (Type “regedit” into the Run… box)

In My Computer\HKEY_CLASSES_ROOT\Directory\shell you can create a new key called “Dump_File_Listing” (or whatever you want…this is what will show up in the right-click context menu). Create yet another new key under “Dump_File_Listing” called “command.” Modify this key to the value of

C:\WINDOWS\filelist.bat “%1″

(This assumes you are putting the command you created into a batch file in the location to which you pointed the above command key.)

-u

uninspired says, February 26th, 2008   

Rats. I forgot to mention, all of this enables you to right-click any folder you want in Windows Explorer and select “Dump File Listing” and it will automatically run the directory command you specified in the batch file. This way you don’t have to go to command prompt and type every time you want to do this. Just right click your folder and select Dump File Listing.

-C

Anand says, July 20th, 2008   

how to create a new file from the command prompt

plooger says, September 1st, 2008   

Thanks for the info. I’ve been *basically* doing this, but without the beneficial optional arguments.

Meth says, January 24th, 2009   

If you want to change to another directory than C:\ you got to type: “cd d:” which will make you cd into disc D.

putri says, March 18th, 2009   

how about for more detail listing? like if i wanted to get the date creation and file size too..?

Frippexia says, April 15th, 2009   

emm… interesting :)

bored says, July 10th, 2009   

to include date creatin and file size, don’t include the /b

dir /on /s >list.txt

hana says, July 30th, 2009   

how we want to list down the permission (R/RW) of the list?
Thanks :)

sarin says, August 25th, 2009   

i saw one command to take complete system filenames, directories listing, does any one know that,it list all the folders,files in a system

Leave Your Comments Below
Hello, please leave your thought below

Please Note: Comments may need to approved by admin. so there's no need to resubmit your comments.