-
When multiple file directories of the same parent delete different files, it will be troublesome to delete them one by one, use the bat command to achieve batch quick deletion!
**:( q does not display the operation log remove q show the log) echo off
echo by orange_ysen
The echo is being deleted in bulk, please wait.
Change the directory to suit your situation.
if exist "(Table of Contents)." (
cd /d "(Table of Contents)."
is the file to be deleted.
del f q s (file name).
Echo deletion complete.
pause example: (Delete the jmeter folder.)
and its subdirectories).
echo off
echo by orange_ysen
The echo is being deleted in bulk, please wait.
if exist "d:\jmeter" (cd /d "d:\jmeter"
del /f /q /s *.txt
Echo deletion complete.
pause
-
As long as there is a commonality, it can be solved, for example, you said that there are subfolders - you can search for this symbol in the upper directories of the two folders, (or create a folder first, and put the two folders in it), and then cut it out, and the rest is two empty folders, 1 and 2.
-
Create a new folder on the desktop, open and drag Open to select to a new folder, then delete , no other shortcuts.
-
Start-> run->cmd
CD drive letter (e.g. D drive: cd d: enter).
If it is a C drive, then (cd enter).
Then hit again: del + filename + suffix f s q if the file is hidden and hit: del + filename + suffix f s q a h
-
Today I will introduce to you how to delete folder names and file names in batches, this is a super batch processing software for folders and files, not only has the function of modifying names in batches, but also has other functions, and I will share my experience with you below.
As shown in the figure below, how to delete the part with the same folder name.
How to become. Open the software, first find the folder you want to modify, as shown in the left side of the figure, you can delete the file name in batches, as shown in the figure, you can modify the compressed file, many format files can be done in this way.
-
In file management, press and hold the file you want to delete and put the one you want to delete with a check mark.
-
You have to use professional tools to do this.
-
3. Click on the scanning path, such as selecting E disk and F disk, and you can scan the duplicate files in the two disks. After selecting the E and F drives, click the arrows in the second red circle, and use the E and F drives as the paths to scan duplicate files.
4. Click Scan Now, and the duplicate files will appear in the form of a list.
5. In the selection assistant on the left, there are many rules to choose from. It is recommended to check "Mark all items in the same group and folder and keep one copy", "Oldest file in each group", and click File Delete to keep the latest file (duplicate old files are deleted).
-
The steps to quickly delete duplicate files in a folder are as follows:
1.Turn on 360 Security Guard.
2.Open the feature encyclopedia.
3.Click System Tools.
4.Click Find Duplicate Files.
5.Click on one click to find.
-
Step 1: Open CCLEARN, select the tool, and click on the duplicate file finder as shown in the image below:
Step 3: Wait for the scan to complete and select the files in the same file that need to be deleted, and click Delete in the lower right corner to delete the duplicate files in batches, as shown in the figure below
-
If the dispute is that the Chinese name of the same folder is different, but the file content and type are the same, you can use the md5 code comparator to delete duplicate files in batches. As for the previous answers, they are only applicable in certain circumstances, otherwise they will be deleted by mistake.
-
If it is a song like ***, you only need to have the label content, and you can directly judge whether the singer of the label content is the same or similar to the song name to determine whether it is a duplicate *** file. Otherwise, it will be difficult for other algorithms to ensure accurate identification.
-
The next time there is a misoperation, hold down Ctrl and click the Z key.
-
In the bottom left corner there is a menu option.
You can delete it from there.
Or you can just right-click on that song.
Select Delete in it and you'll be fine.
There is also the ability to delete duplicate songs in the Kugou ** folder.
-
If they are all lined up together, press the shift key to click the first one, then click the last one, and then delete, if they are not arranged together, compare the distribution, you can press the Ctrl key to click on the files that need to be deleted in turn, they will be selected, and then delete it, that's what it means.
-
Go to Kugou to delete even the original file and that's it.
-
Open folders A, B, and C at the same time, "Ctrl+A", "Ctrl+C" or "Ctrl+X" in folder B, "Ctrl+V" in folder A, "Ctrl+A", "Ctrl+C" or "Ctrl+X" in folder C, and "Ctrl+V" in folder A. Finally, close folders B and C, select folders B and C in folder A, "Delete", and you're done.
-
Now you can check that the selected folders are empty.
-
deltree the name of your folder directory.
Press y to confirm.
-
@echo off
for /f "tokens=*" %%a in ('dir /ad /b /s^|sort /r') do (
if /i "%%~na"=="pp" rd /q /s "%%~fsa"
Save the file as a bat file and put it in the AAA folder for execution.
Go to the "Command Prompt" and use the "attrib" command, remove the relevant attributes, and try again. >>>More
PWD=1i9D Extraction Code: 1i9d file batch renaming is a simple and practical batch renaming software, with simple functions, simple operation, and practical focus, which can be easily completed by clicking the mouse to add files, set rules, and change names in batches. The file list supports drag-and-drop files, and the renaming rules include variable rules and replacement rules, and the rules can be renamed in batches.
Method to remove the same characters from file names in batches: >>>More
Press Ctrl+Alt+DeleteBring up the Task Manager! End the process! >>>More
How to force delete a file
Sometimes a file or folder in the system cannot be deleted no matter how you delete it, and it prompts that the file is in use, etc. In this case, you can use the command to force delete. >>>More