当前位置:网站首页>[chestnut sugar GIS] bat - how to rename the data in sub files in batch
[chestnut sugar GIS] bat - how to rename the data in sub files in batch
2022-07-22 05:02:00 【Giser chestnut sugar】
【 Chestnut sugar GIS】bat— How to rename data in sub files in batch
Example
@echo off
set DestPath=I:\000000000000
for /r %DestPath% %%i in (.) do (
echo %%i
cd %%i
ren *.JPG *.jpg
)
pause
How many do you want to change , Just a few ren, If there is too much data, you can sort it out in the table first
ren *.JPG *.jpg Indicates the specific operation of renaming
边栏推荐
- Deeply understand the timeout setting of istio traffic management
- 打假AI无主灯,欧瑞博、艾拉物联、绿米Aqara谁是玩真的?
- 【苏州大学】考研初试复试资料分享
- Here comes the multilingual model that everyone can use! Support 59 languages, parameters 176billion, 1000 scientists jointly launched
- Taishan Office Technology Lecture: calculation difference of width and height of content area of page
- scratch成绩查询 电子学会图形化编程scratch等级考试四级真题和答案解析2022年6月
- 2022年最新湖北建筑安全员模拟题库及答案
- 300. 最长递增子序列
- 开源GIS体系
- 【板栗糖GIS】arcmap——如何制作面数据的文字四至
猜你喜欢
Development direction and problems of optaplanner
PHP7.4使用composer报异常处理
vscode添加include库
Lianying medical passed the registration: it plans to raise 12.5 billion yuan, and Xue min controls 32% of the equity
柠萌影视通过聆讯:年营收12亿 腾讯与芒果文创是股东
Sdl2 concise tutorial (2): create an empty window
JS数组方法
Qt之Model/View架构
[BSP video tutorial] BSP video tutorial No. 20: play with serial port special topics, Hal library, ll library and register implementation methods, as well as learning several key sequence diagrams in
322. Change
随机推荐
Hcip notes sorting 2022/7/14
从底层了解JVM的volatile实现,CPU Cache、缓存一致性MESI、Store BufferI、nvalidate Queue等知识
Number和Math类的常用方法
C语言学生成绩管理系统
牛客网发布了全新数字逻辑题库!会不会导致今年FPGA/IC行业更卷?!!
【板栗糖GIS】bat—怎么删除子文件夹下的同后缀名的数据
易烊千玺考编,被骂上热搜。。。
Apple lost 340million Yuan due to bad keyboard. SpaceX received the order. Webb's successor, meta, sued meta. Today, more new things are here
QT use qtreeview to login QQ friends list
leetcode:814. 二叉树剪枝【dfs】
Detailed explanation of the specific configuration method of FANUC robot user-defined alarm
Geotools learning reference article
DRF--跨域问题解决
322. Change
DRF -- users user module
HCIP笔记整理 2022/7/14
DRF -- jwt2 user authentication user defined control simpjwt return content
OrmLiteDB数据库(依赖)的简单使用(小白成长记录)
Some problems in the idea have been solved (the package problem handling method cannot be found, and the download has been completed, but the idea cannot detect the package)
[low code] 1387 try to understand the essence of low code platform design from another angle