Context Menu Add Ons
I needed to create list of files in a folder from context menu. The process is
Open Folder Options in Windows Explorer
Click “File Types” Tab.
Choose “Folder” and Click Advanced Settings.
Click New and Give name as “List Files”
Type Action as cmd /K dir “%1″ /A /B > “%1″\list.txt
Press O.
From now on, you can create the list of files inside the folder in list.txt
There are some other Useful context menu add ons with installer.
Advertisement
