How to use dir to output the file names of all files in the specified directory and its subdirectories, without directory names and paths. I currently use dir /a:-d /b /s *.*>搜索.xls, but the result always retains the path. I don't need this path. I don't know how to achieve it.
