To ask about batch processing: How to confirm whether a specified file exists on the hard disk?
I want to implement the following task, how to write the batch processing? That is, starting from the C drive to O, check whether the aaa.txt file exists in the root directory. If it exists, output the drive letter to a variable and perform other tasks; otherwise, continue searching until the O drive ends.
I want to implement the following task, how to write the batch processing? That is, starting from the C drive to O, check whether the aaa.txt file exists in the root directory. If it exists, output the drive letter to a variable and perform other tasks; otherwise, continue searching until the O drive ends.
