Function 1: When multiple files and folders are selected with the right mouse button, the "Move to Parent Directory" command appears in the right-click menu. The result of execution is to move the selected files and folders to the parent directory. If there is a file name conflict, it will be automatically renamed.
Function 2: When multiple folders are selected with the right mouse button, the "Unpack" command appears in the right-click menu. The result of execution is to move all contents in the selected folder to the current directory and then delete the selected folder. If there is a file name conflict, it will be automatically renamed.
I am using XP. If these two functions can be realized, it will be very useful. The problem is a bit difficult, and I hope everyone can study it! If someone can write a single BAT file to realize these two functions, I will be extremely impressed. If a single BAT file cannot be realized, it is also good to use a combination of BAT and reg. Thank you everyone!
Function 2: When multiple folders are selected with the right mouse button, the "Unpack" command appears in the right-click menu. The result of execution is to move all contents in the selected folder to the current directory and then delete the selected folder. If there is a file name conflict, it will be automatically renamed.
I am using XP. If these two functions can be realized, it will be very useful. The problem is a bit difficult, and I hope everyone can study it! If someone can write a single BAT file to realize these two functions, I will be extremely impressed. If a single BAT file cannot be realized, it is also good to use a combination of BAT and reg. Thank you everyone!
