How to Get the list of files or a folder in Windows
How to Get the list of files or a folder in Windows
Here is a simple trick that allows you to list the names of the files contained in a directory. You will be able to obtain in one click the titles of your songs, your photos, etc. in a text file.List the contents of a folder
Method
Double-click on the My Computer icon
Click Tools> Folder Options
Select the File Types tab
A window opens. Click on Folder in the extensions then on Advanced.
A new window appears. Click on New ...
In the Action field, enter the name of the order that will appear in the context menu (Listing, Get List, etc.)
In the Application field used to perform this action, copy the following command line:
Double-click on the My Computer icon
Click Tools> Folder Options
Select the File Types tab
A window opens. Click on Folder in the extensions then on Advanced.
A new window appears. Click on New ...
In the Action field, enter the name of the order that will appear in the context menu (Listing, Get List, etc.)
In the Application field used to perform this action, copy the following command line:
command.com
/c tree /F /A > C:\Listing.txt
Validate by clicking OK.
How to list a directory
When you right-click, you can see that the Listing / Get List command appeared,
in addition to the usual Windows functions (Cut, Copy, Explorer ...).
Thus, to list the contents of a directory, just right click on the
directory> Get list
To
remove the entry in the context menu:Click Start> Run> type regedit> click OK.
Go to the following key:
HKEY_CLASSES_ROOT \ Folder \ shell \ Listing \ command
Locate the Listing key in the right pane
Right click on it, and click on delete
Close the Registry Editor
No comments:
Post a Comment