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
Batya



PostPosted: Fri Jul 18, 2008 13:44    Post subject: Reply with quote

Bishop
И все-таки я его победю! Smile
Можно так:
Code:
@set F="%~dpnx1"
@if exist %F% echo Yes
@if not exist %F% echo NO
Т.е. в нашем случае:
Code:
@if not exist "%~dpnx1"

_________________
Нет, я не сплю. Я просто медленно моргаю.
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group