批量添加 或修改文件后缀名

不需任何软件 只需建立一个.bat 文件即可。

批量添加文件后缀名: ren * *.jpg(需要添加的后缀名)

https://jingyan.baidu.com/article/456c463b4844400a58314418.html?st=2&net_type=&bd_page_type=1&os=0&rst=&word=%E6%96%87%E4%BB%B6%E5%A4%B9.exe%E5%88%A0%E9%99%A4%E6%89%A9%E5%B1%95%E5%90%8D


批量修改文件后缀名:ren *.*  *.jpg(最终想要的后缀名)

https://jingyan.baidu.com/article/e9fb46e196ea187521f7661a.html



你可能感兴趣的:(一些小知识)