Clarity, Technology, and Solving Problems | PracticeThis.com
WP7 App with Key Windows Azure resources – Slides, Videos, How-To’s, and T-shooting – for quick consumption on the go.
LinkedIn
To save generated list of files into text file simply add >C:\myfileslist.txt. The resulting command would look as follows:
DIR /S /B /A:-D *.DLL >C:\myfileslist.txt
My related posts:
Here's a reghack to add this ListFolder option to your Explorer. Copy and save as a .reg file or add it manually. Works on XP or Vista. Change the Dir options as needed....enjoy.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\ListFolder\Command]
@="cmd.exe /c dir /a/ogen/-p \"%1\">c:\\dir.txt & notepad.exe c:\\dir.txt &"
Jason! This is super cool!!
Thanks