批量修改.txt to .ts
@echo off
for /f "delims=" %%a in ('dir /a-d /s /b') do (
if "%%~xa" == ".txt" ren "%%~fsa" "%%~na.ts")
批量修改.txt to .ts
@echo off
for /f "delims=" %%a in ('dir /a-d /s /b') do (
if "%%~xa" == ".txt" ren "%%~fsa" "%%~na.ts")
本文标题:CMD批量修改文件后缀名(含目录)
本文链接:https://www.haomeiwen.com/subject/xvevdctx.html
网友评论