Get a list of file names in a Windows folder/directory (in cmd: dir /b > names.txt)

spiros

  • Administrator
  • Hero Member
  • *****
    • Posts: 854546
    • Gender:Male
  • point d’amour
Get a list of file names in a Windows folder (cmd)

Go to the folder and run
Code: [Select]
dir /b > BackupFilesNames.txt
« Last Edit: 04 Dec, 2021, 14:00:27 by spiros »


 

Search Tools