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: Sat Apr 16, 2011 19:14    Post subject: Reply with quote

XP ругается на недопустимый ключ и не работает. У кого Vista и новее могут дописать ключ
Code:
for /f "delims=:" %%s in ('attrib "%~1" /l') do call :c "%~1" %2 "%%s"
...
echo,"%attr:~0,-2%" |findstr /ic:%2 &&attrib -%2 %1 /l ||attrib +%2 %1 /l
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group