CMD命令行将 .lua 文件扩展名改为 .txt

仅当前目录

ren *.lua *.txt

包含子目录(递归处理)

for /r %i in (*.lua) do @ren "%i" "%~ni.txt"

相关推荐
Qiuner5 小时前
Pico 重塑Agent时代人与数据交互方式
windows·docker·ai·架构
FL16238631296 小时前
Windows x64 系统安装 ChromeDriver
windows
百事牛科技7 小时前
两种方法锁定 PDF,拒绝内容被随意篡改
windows·pdf
tianyuanwo10 小时前
Shell 脚本中的“字典”功能:从基础到工程化的最佳实践
shell·字典
云樱梦海11 小时前
OpenClaw官方:OpenClaw Windows Node 实战(1.5K ★ 开源推荐)
windows·开源·github·openclaw
爱睡觉11112 小时前
在 Android 模拟器 Shell 下运行 ncnn 推理的性能排查记录
linux·shell
深度学习040713 小时前
SVN 独立服务端部署与客户端使用指南(CentOS/Rocky 9.5 + Windows)
windows·svn
爱分享软件的学长13 小时前
Tiled Map Editor 1.12.1 官方版下载(夸克网盘+百度网盘,SHA256校验)
windows·开源软件·软件下载
Dream-Y.ocean13 小时前
鸿蒙PC平台 Carnac 按键显示适配实战:从 Windows 到 HarmonyOS 的 Electron 迁移指南
windows·electron·harmonyos
拾贰_C13 小时前
【mysql | windows | installation】 MySQL5.安装
数据库·windows·mysql