Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: Групповое переименование с принудительной заменой 
Author Message
Tol!k



PostPosted: Thu Oct 29, 2009 19:28    Post subject: Reply with quote

Помести этот .cmd в папку, с которой нужно начать, и запусти
Code:
@echo off &chcp 1251 >nul
setlocal enableextensions

for /f "delims=" %%f in ('dir *.abc /b/s') do (
if exist "%%~dpnf" del /q "%%~dpnf"
ren "%%f" "%%~nf"
)
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group