Tag:Bat file list
-
Batch processing (BAT) gets the list of all files in the specified directory
Judge whether the input path is a folder or not. If so, get all the file names under the folder (including those under the subfolders)If you want to add a path to the file name, you need to change it in% ~ nxi of the “dir” sentence @echo off :: judge whether the input path […]