Eng :: RE: Need command to Select files and folders with a pattern?
Author: Dalai Posted: Mon Aug 15, 2016 9:28 am (GMT -6) Uh, what do you intend to do with "cd *2016*"? What do you TC expect to do? To which of the directories should it change path to? In the OP you...
View ArticleEng :: RE: Need command to Select files and folders with a pattern?
Author: sexy69 Posted: Mon Aug 15, 2016 9:40 am (GMT -6)"Cd" not only opens but shows only those files that have: 2016 unfortunately, it does not support directories eg. DVD
View ArticleEng :: RE: Compare directories, with only subdirectories being marked
Author: Amitabha613 Posted: Mon Aug 15, 2016 9:50 am (GMT -6) cm_CompareDirsWithSubdirs worked, what a wonderful solution. Thank you very much!
View ArticleEng :: RE: Need command to Select files and folders with a pattern?
Author: Dalai Posted: Mon Aug 15, 2016 10:01 am (GMT -6) Well, that may be just a side-effect. And as I said: wrong command for the purpose. You may want to try cm_SelectBoth or SELECTFILES...
View ArticleEng :: RE: Need command to Select files and folders with a pattern?
Author: sexy69 Posted: Mon Aug 15, 2016 10:17 am (GMT -6) I want to see only what is in: 2016
View ArticleEng :: RE: Need command to Select files and folders with a pattern?
Author: Dalai Posted: Mon Aug 15, 2016 10:23 am (GMT -6) Ctrl+S (Quick Filter), type *2016*, done. Regards Dalai_________________#101164 Personal licence Athlon II X4 640, 4096 MB RAM, Gigabyte...
View ArticleEng :: RE: Need command to Select files and folders with a pattern?
Author: sexy69 Posted: Mon Aug 15, 2016 10:35 am (GMT -6) Ctrl+S type *2016* Enter TC performs -> cm_GoToParent
View ArticleEng :: RE: Need command to Select files and folders with a pattern?
Author: Dalai Posted: Mon Aug 15, 2016 10:44 am (GMT -6) Don't press Enter, just follow the steps above._________________#101164 Personal licence Athlon II X4 640, 4096 MB RAM, Gigabyte M56S-S3, WinXP...
View ArticleEng :: RE: Need command to Select files and folders with a pattern?
Author: sexy69 Posted: Mon Aug 15, 2016 10:47 am (GMT -6) When I type -> *2, everything disappears from the window
View ArticleEng :: RE: Need command to Select files and folders with a pattern?
Author: Dalai Posted: Mon Aug 15, 2016 11:13 am (GMT -6) Yes, of course everything else disappears when you filter the current view. That's why I said: be more precise. When you say you only want to...
View ArticleEng :: RE: Need command to Select files and folders with a pattern?
Author: sexy69 Posted: Mon Aug 15, 2016 11:26 am (GMT -6) I want to see only these two Synchronicity (2016) <- DVD directories Demolition (2016).avi <- File
View ArticleEng :: RE: Need command to Select files and folders with a pattern?
Author: Horst.Epp Posted: Mon Aug 15, 2016 11:37 am (GMT -6)sexy69 wrote:Ctrl+S type *2016* Enter TC performs -> cm_GoToParent Don't type the stars ! If you just type 2016 after the CTRL-S it will...
View ArticleEng :: RE: Need command to Select files and folders with a pattern?
Author: sexy69 Posted: Mon Aug 15, 2016 11:45 am (GMT -6) When I type -> 2, everything disappears from the window Administrator^ - Total Commander (x64) 9.0ß9
View ArticleEng :: RE: Need command to Select files and folders with a pattern?
Author: sexy69 Posted: Mon Aug 15, 2016 11:52 am (GMT -6) they were off TCmatch.exe TCmatch64.exe Thank you very much it now works
View ArticleEng :: RE: Need command to Select files and folders with a pattern?
Author: Dalai Posted: Mon Aug 15, 2016 12:21 pm (GMT -6)Horst.Epp wrote:Don't type the stars ! If you just type 2016 after the CTRL-S it will exactly showing your 2 wanted entries. Not quite. It...
View ArticleEng :: RE: Need command to Select files and folders with a pattern?
Author: sexy69 Posted: Mon Aug 15, 2016 1:21 pm (GMT -6) Maybe someone wants to use it? VBS script.Code:Dim WshShell Set WshShell = CreateObject("WScript.Shell") rok=InputBox(vbnewline & vbnewline...
View ArticleEng :: RE: Need command to Select files and folders with a pattern?
Author: petermad Posted: Mon Aug 15, 2016 5:17 pm (GMT -6)Quote:Well, that may be just a side-effect. And as I said: wrong command for the purpose. It is even documented that cd can be used to set view...
View ArticleEng :: Where is cm_SavePathToFileA?
Author: sexy69 Subject: Where is cm_SavePathToFileA? Posted: Tue Aug 16, 2016 2:14 am (GMT -6) There are commands: cm_SaveSelectionToFileA cm_SaveDetailsToFileA and cm_AddPathToCmdline I would want to...
View ArticleEng :: RE: Where is cm_SavePathToFileA?
Author: MVV Posted: Tue Aug 16, 2016 2:24 am (GMT -6) If you need just current path, you can use a button as simple as this one:Code:Command: cmd.exe Parameters: /c "echo %P > "file.txt"" (you can...
View ArticleEng :: RE: Where is cm_SavePathToFileA?
Author: sexy69 Posted: Tue Aug 16, 2016 3:54 am (GMT -6) Thank you, it works.
View Article