I want to make a batch script that can automatically detect the drive letter of a USB flash drive when it is connected to the system and automatically perform operations like deletion, copying, or backing up. Please show me how to write the script. Previously, I wrote a relatively simple and rigid one that could only be fixed on a certain USB flash drive letter and required manual key presses. Also, when two are connected at the same time, it will go wrong because there is always a first and a second when connected, and the system displays the drive letters in a first-come-first-served manner, so often only the first connected one can be operated on...