Tag: windows

  • [CMD] How to extract all files name in directory

    You can use the command “dir” to list all files and folders in a directory, and “dir /b” to list only the names of files in a directory. To save the list of filenames to a text file, you can use the command “dir /b > filename.txt”. For example, to list all files in the…