Change multiple file names with one click

When we have downloaded some resources, in order to avoid some detections, the names of these resources will be changed to some strange ones, and there are more files. We originally wanted to use these resources faster, but we had to rename them one by one, which was too troublesome, so I wrote a nodeJs to help you solve it

For example, the following

insert image description here

you can quickly process into

insert image description here

or

insert image description here

Of course this can also be reversed

how to achieve

1. Downloading nodeJs is very simple, just click the next step when installing.
2. Downloading rename.ts is a file of a few kilobytes, which is permanently valid without installing Baidu Netdisk
https://pan.baidu.com/s/1ZD1qwiyPy7A6e-MRUgNj1A
Extraction code: 6666

3. Just throw the downloaded rename.ts anywhere at will, and then hold down the shift and click the right mouse button to pop up a box, click here to open powershell, then enter node rename.ts, click Enter, and follow the simple prompts.

Guess you like

Origin blog.csdn.net/weixin_44441196/article/details/120891186