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: Tue Aug 16, 2005 17:56    Post subject: Reply with quote

Можно также воспользоваться vbs-скриптиком (для него нужен TCWSHelper) - заносит список в буфер:
Code:
Set TCS = CreateObject("TCSCRIPT.Helper")
TCS.SendCommand "cm_SelectAll"
All = TCS.GetSrcSelectedFiles
TCS.SetTextToClip(All)
Set TCS=Nothing
Wscript.Quit
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group