5 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.

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.