Take Win 1 1 as an example. The interface of Win 10 may be slightly different, but the operation is basically the same.
Direct input: dir /s /a *.mp4
Enter to get a list of all videos in the corresponding path.
The corresponding path is drive C, which is the part in front of the red box in the figure, which is C:\Users\ASUS.
If you want to browse other paths, just enter the drive letter and colon, and then press Enter. Such as d:
note:
① English mode input.
② Pay attention to the blank, please refer to the input shown in the figure.
It is inconvenient to look at the results directly in CMD, so you can use the command.
dir/s/a * . MP4 & gt; 1.txt
Export search results to a file.
The exported file is in the default path of the video file just found, and the D disk is in the D disk directory.
Drive C is in the directory of drive C, such as C:\Users\ASUS here.