how to rename extensions with ease, with a renamer.bat file!.txt
来自「a collection of mega hacking tools」· 文本 代码 · 共 16 行
TXT
16 行
You all downloaded some game or app once that was 50 parts big, and you had to rename them all from .bmp to .rar to extract them.
You can easily create a batch file that does that for you.
Open Notepad
fill in the notepad:
CODE
ren *.bmp *.rar
Ofcourse, you have to edit these two extensions to fit the files you want to convert. Save this file as renamer.bat and run it in the directory where you want to rename your downloads.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?