Eng :: RE: call a packer-plugin from the command line?
Author: MVV Posted: Thu Mar 10, 2016 1:26 am (GMT -6) Since you really only need to call a single PackFiles function, it shouldn't be too hard from AHK. It accepts three null-terminated strings and...
View ArticleEng :: Find File and Search in Lister always interpret "\t&quo
Author: Fduch Subject: Find File and Search in Lister always interpret "\t&quo Posted: Thu Mar 10, 2016 1:01 am (GMT -6) When I search for some path string, say "img\thumb.jpg", it never gets found...
View ArticleEng :: RE: Find File and Search in Lister always interpret "\t&quo
Author: MVV Posted: Thu Mar 10, 2016 1:20 am (GMT -6) Well, you should double slashes because search text fields always assume escape sequences enabled._________________TCFS2 + TCFS2Tools: Full-screen...
View ArticleEng :: RE: MTP (Android) and Files Management ...
Author: ghisler(Author) Posted: Thu Mar 10, 2016 4:50 am (GMT -6) Unfortunately there are no functions to read directly from objects in virtual folders. All TC can do is send "copy", "cut" and "paste"...
View ArticleEng :: RE: Total Commander 9 public beta release date?
Author: ghisler(Author) Posted: Thu Mar 10, 2016 4:52 am (GMT -6) 2dennis48755 I will not do it myself, it would look horrible. The problem is to find an icon designer who is familiar with Windows 8/10...
View ArticleEng :: RE: Total Commander 9 public beta release date?
Author: hlloyge Posted: Thu Mar 10, 2016 5:05 am (GMT -6) Open sourced icons are not solution?
View ArticleEng :: RE: Total Commander 9 public beta release date?
Author: MVV Posted: Thu Mar 10, 2016 6:46 am (GMT -6)ghisler(Author), Why do you need Windows 8+ style icons when TC has nice icons in another style? Shouldn't new icons be compatible with current TC...
View ArticleEng :: RE: Total Commander 9 public beta release date?
Author: sky66 Posted: Thu Mar 10, 2016 7:10 am (GMT -6)ghisler(Author) wrote:2dennis48755 I will not do it myself, it would look horrible. The problem is to find an icon designer who is familiar with...
View ArticleEng :: RE: call a packer-plugin from the command line?
Author: wolf.b Posted: Thu Mar 10, 2016 12:32 pm (GMT -6) After a little work, and hints from milo1012 and MVV, I was able to write a AHK-script that calls CHMDir.wcx to refresh the archive, resulting...
View ArticleEng :: RE: Find File and Search in Lister always interpret "\t&quo
Author: Hacker Posted: Thu Mar 10, 2016 1:20 pm (GMT -6)Fduch,Quote:I consider this a bug since it's a bad surprise. Bad surprise for those who don't read the docs. Roman_________________Mal...
View ArticleEng :: RE: Find File and Search in Lister always interpret "\t&quo
Author: Hacker Posted: Thu Mar 10, 2016 1:20 pm (GMT -6)Moderation:Moved to the English forum. Hacker (Moderator)_________________Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit...
View ArticleEng :: RE: call a packer-plugin from the command line?
Author: milo1012 Posted: Thu Mar 10, 2016 1:48 pm (GMT -6)wolf.b wrote:I was able to write a AHK-script that calls CHMDir.wcx to refresh the archive That's good to hear. Any interest in sharing such...
View ArticleEng :: RE: Total Commander 9 public beta release date?
Author: Lefteous Posted: Thu Mar 10, 2016 2:19 pm (GMT -6) Do we have to start over the discussion? 1) Icons means mainly buttonbar icons. These are command-specific. There might be some good stock...
View ArticleEng :: RE: call a packer-plugin from the command line?
Author: wolf.b Posted: Thu Mar 10, 2016 3:13 pm (GMT -6)milo1012 wrote:Any interest in sharing such script?No problem, here it is:Code:#NoEnv ; don't check empty variables If Not (A_PtrSize = 4) { ;...
View ArticleEng :: RE: call a packer-plugin from the command line?
Author: wolf.b Posted: Thu Mar 10, 2016 5:56 pm (GMT -6) This script correctly passes two zero-bytes in AddList:Code:#NoEnv ; don't check empty variables If Not (A_PtrSize = 4) { ; need 32bit Run,...
View ArticleEng :: RE: MTP (Android) and Files Management ...
Author: islogged Posted: Sat Mar 12, 2016 3:14 pm (GMT -6) Yeah MTP devices work in TC exactly as inside Windows Explorer because it seem to use it in background ... Anyway it can be a great idea to...
View ArticleEng :: SHIFT+ENTER feature for Powershell too?
Author: Hurdet Subject: SHIFT+ENTER feature for Powershell too? Posted: Sat Mar 12, 2016 8:10 pm (GMT -6) Do it is possible to use SHIFT+ENTER feature to open a DOS box without close it also with...
View ArticleEng :: RE: SHIFT+ENTER feature for Powershell too?
Author: ZoSTeR Posted: Sun Mar 13, 2016 1:54 am (GMT -6) You have to replace the "NOCLOSE.EXE". For example in AutoIt:Code:ShellExecute("powershell.exe",'-noexit -nologo -command "&{' &...
View ArticleEng :: RE: SHIFT+ENTER feature for Powershell too?
Author: MVV Posted: Sun Mar 13, 2016 8:11 am (GMT -6) There is a noclose replacer that may be configured:http://totalcmd.net/plugring/noclose.html_________________TCFS2 + TCFS2Tools: Full-screen mode...
View ArticleEng :: RE: Total Commander 9 public beta release date?
Author: ghisler(Author) Posted: Mon Mar 14, 2016 4:02 am (GMT -6) The current icons aren't my work either. They were made by a web/icon designer who is also a user of this forum. However, they were...
View Article