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: Шаблон для папки-DVD 
Author Message
Flasher



PostPosted: Sat Sep 15, 2012 14:38    Post subject: Reply with quote

ApceH wrote:
или скрипт для Script Content Plugin
И в чём у тебя возникла проблема?
DVD.vbs:
Code:
Set FSO = CreateObject("Scripting.FileSystemObject")
If FSO.FolderExists(FileName & "\VIDEO_TS") Then
  Set SHA = CreateObject("Shell.Application")
  Set F = SHA.NameSpace(FileName & "\VIDEO_TS\")
  Set Items = F.Items : Items.Filter 192, "*.IFO"
  If Items.Count > 0 Then
    Items.Filter 192, "*.VOB" : If Items.Count > 1 Then Content = 1
  End If : Set SHA = Nothing
End If : Set F = Nothing : Set Items = Nothing
script.ini:
Code:
[Script]
Section=DVD

[DVD]
Script=DVD.vbs
LongName=1
ParseDirs=1
На вкладке "Дополнительно" снимаешь все птицы в Атрибутах, ставишь на "Каталог".
В Плагинах, думаю, понятно: script | Result | = | 1
Записываешь с указанием цвета и делов..
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group