Categories

Recent Spotlights

Poll

User: Password: Forget Password? | Register

We recommend! Click here to Fix Windows errors and optimize performance

 
How to create lists of items from a directory in Windows Vista?
 

First, you must create a new option to the context menu of your Windows Vista. To do so, copy the following code in a notepad and save it with the extension ".reg"

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\copylist]
@="Copiar Lista de Arquivos"
"Extended"=""

[HKEY_CLASSES_ROOT\Directory\Background\shell\copylist\command]
@="cmd /c \"dir /b /a:-d /o:n | clip\""

[HKEY_CLASSES_ROOT\Folder\shell\copylist]
@="Copiar Lista de Arquivos"
"Extended"=""

[HKEY_CLASSES_ROOT\Folder\shell\copylist\command]
@="cmd /c dir \"%1\" /b /a:-d /o:n | clip"

Done that, run the created file by double clicking on him; its new context menu has been created!

Now that you have a new context menu, hold the "Shift" key and press the right mouse button within the directory from which the list will be generated and select "Copy List of Files". Having done so the list will be stored in your clipboard, ie, you need only open any text editor and paste the copied list.