
CODE: [Copy to clipboard][ Last edited by tireless on 2009-2-25 at 21:27 ]@echo off
for /f "tokens=1,* delims=-" %%中 in ('dir /b d:\music') do (
ren "%%中-%%丮" "%%中 - %%丮"
)
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
CODE: [Copy to clipboard][ Last edited by tireless on 2009-2-25 at 21:45 ]@echo off
for /f "tokens=1,* delims=-" %%中 in ('dir /b d:\music') do (
ren "d:\music\%%中-%%丮" "%%中 - %%丮"
)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |