Eng :: RE: How to put a FOR loop command on the button bar?
Author: Stefan2 Posted: Mon Apr 11, 2016 7:13 am (GMT -6) Silly me COMMAND: cmd /c PARAMETER: COPY"%F"_ALL2.txt _________________MfG, Stefan WinXP-10, 32+64-BitAm Anfang war das Wort... Darum: Wehret...
View ArticleEng :: RE: How to access "WD My Cloud Mycloud" with TC?
Author: Stefan2 Subject: Private IP addresses, DynDNS (DDNS) service, Posted: Mon Apr 11, 2016 7:35 am (GMT -6)iPokey wrote: how to access the drive when I am outside. Such private addresses as 192....
View ArticleEng :: RE: How to access "WD My Cloud Mycloud" with TC?
Author: jberry910 Posted: Mon Apr 11, 2016 7:38 am (GMT -6)iPokey wrote:Yes, that works locally. The problem is how to access the drive when I am outside. Read the documentation that came with the...
View ArticleEng :: RE: How to put a FOR loop command on the button bar?
Author: sorcar Posted: Mon Apr 11, 2016 9:43 am (GMT -6)Quote:Silly Me!Stephan2 Dear!: I was looking for the very solution that you gave me by being "silly". I wanted the filenames to be inserted at...
View ArticleEng :: RE: How to put a FOR loop command on the button bar?
Author: sorcar Posted: Mon Apr 11, 2016 10:05 am (GMT -6) Oops! I could fix this by parameter:Code:FOR /F "tokens=*" %%A IN ('TYPE "%F"') do @ECHO %%~nxA >> %%A
View ArticleEng :: RE: How to put a FOR loop command on the button bar?
Author: Stefan2 Posted: Mon Apr 11, 2016 11:16 am (GMT -6) Ah I see! Makes sense, glad you worked it out  _________________MfG, Stefan WinXP-10, 32+64-BitAm Anfang war das Wort... Darum: Wehret den...
View ArticleEng :: RE: How to put a FOR loop command on the button bar?
Author: sorcar Posted: Mon Apr 11, 2016 1:52 pm (GMT -6) But I couldn't ECHO a newline character before the appended text. Can it be done? And thanks for explaining how FOR loop works in TC. I couldn't...
View ArticleEng :: RE: ftp auto reconnect instead "Connection lost, reconnect?
Author: figo_fago Posted: Mon Apr 11, 2016 2:12 pm (GMT -6) Yes, author should trouble for this annoying functionallity ;P
View ArticleEng :: RE: Skip confirmation window when move/copy??
Author: Hacker Posted: Mon Apr 11, 2016 4:28 pm (GMT -6)Christian,Quote:We would need new commands like cm_copynoconfirmation or so, but how to set the options then? If someone wants to copy without...
View ArticleEng :: RE: How to put a FOR loop command on the button bar?
Author: Stefan2 Subject: DOS Batch: send empty new line to file Posted: Tue Apr 12, 2016 1:02 am (GMT -6) I know that is coming Just double the command and concatenate them by an ampersand sign '&'...
View ArticleEng :: RE: How to put a FOR loop command on the button bar?
Author: sorcar Posted: Tue Apr 12, 2016 3:01 am (GMT -6)Quote:If your files end with the last line of text (and no line break), there will be no empty line added. I got stuck here. You could almost see...
View ArticleEng :: RE: How to put a FOR loop command on the button bar?
Author: Stefan2 Posted: Tue Apr 12, 2016 4:37 am (GMT -6)>>>would be reluctant to ask someone Just ask. Some guys here need such challenge for there launch break. Usually you will get many...
View ArticleEng :: Synchronize directories
Author: Cynthia25 Subject: Synchronize directories Posted: Tue Apr 12, 2016 7:14 am (GMT -6) Hello everyone, I am new at Total Commander and I'd really need your help on something I'm trying to do. I...
View ArticleEng :: RE: Synchronize directories
Author: MVV Posted: Tue Apr 12, 2016 7:50 am (GMT -6) When TC marks files as unequal (even more, it works with any files), you still can override direction by selecting files and opening context menu....
View ArticleEng :: RE: Synchronize directories
Author: Cynthia25 Posted: Tue Apr 12, 2016 8:07 am (GMT -6) Hi, Thank you for your reply. I know I can change the unequal sign into something else, but I wish to avoid that because my directories are...
View ArticleEng :: RE: Synchronize directories
Author: MVV Posted: Tue Apr 12, 2016 11:19 am (GMT -6) There is no way to know which file should be treaten as 'better' one when you ignore timestamps. You can always filter unequal files and then use...
View ArticleEng :: RE: How to put a FOR loop command on the button bar?
Author: ZoSTeR Posted: Tue Apr 12, 2016 11:52 am (GMT -6) As expected in PowerShell : Create a button with CommandCode:powershell.exe ParametersCode:-NoProfile -ExecutionPolicy remotesigned -Command...
View ArticleEng :: RE: How to put a FOR loop command on the button bar?
Author: Stefan2 Subject: PowerShell: Posted: Tue Apr 12, 2016 2:53 pm (GMT -6) Little late for launch break, isn't it? Good work. Would that more simple code also work?: $LastLine = (gc $filePath )[-1]...
View ArticleEng :: RE: How to put a FOR loop command on the button bar?
Author: ZoSTeR Posted: Tue Apr 12, 2016 11:01 pm (GMT -6) @Stefan: That was my first approach too but that only works if you have: lastLineCRLF CRLF I'm checking for: lastLineCRLF -or lastLineNOTHING
View ArticleEng :: Viewing Videos with Lister question
Author: Spiderkeys Subject: Viewing Videos with Lister question Posted: Wed Apr 13, 2016 12:30 am (GMT -6) Is there anyway I can get those to Loop/Repeat forever (As Default would be better) instead of...
View Article