Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by MartinRichter

  1. M

    How to? Problem with WinMerge Prediffer when TCC is set as CMD replacement

    I am using TCC26. So COMSPEC is set to C:\PROGRA~1\JPSoft\TCMD26\TCC.EXE I also want to use WinMerge using XML unpacking. 1. I start WinMerge 2. I compare to XML files. 3. I select Unpacker "Prettyfy XML" 4. I get an error message. (see below) So when I use CMD.EXE als COMSPEC it work. It...
  2. M

    Delete all (non empty) directory with a specific pattern.

    Thanks for the ideas. It's about folders in my TMP directory. But doesn't work either rd /s @filestodelete With the /s option I can't use it. It works without, but the directories aren't empty. SO It seams that I need a do loop.
  3. M

    Delete all (non empty) directory with a specific pattern.

    I am using TCC 26.02.42. I can list all directories I want to delete with: dir /A:d ::^[0-9a-z]{8}\.[0-9a-z]{3}$ Now I want to delete all this directories: rd /s ::^[0-9a-z]{8}\.[0-9a-z]{3}$ I get the error that the directory name is invalid.
  4. M

    Goto fails when a text endtext block precedes the code

    Works after update to TCC 26.02.42 x64
  5. M

    Goto fails when a text endtext block precedes the code

    The following batch file fails with TCC 26.00.31 x64 Windows 10 [Version 10.0.19041.508] Why? text bla bla endtext :xyz DELAY 1 goto :xyz Output is: D:\Dev\Root>test text bla bla DELAY 1 goto :xyz TCC: D:\Dev\Root\test.bat [7] Sprungmarke (Label) nicht gefunden "xyz"...
  6. M

    Problem with VSDevCmd.bat in VS 16.7.3

    I have problems with a VSDevCmd.bat in my TCC 26.00.31 The following line eliminates the equal sign. set "%__NORMALIZE_VAR%=%__NORMALIZE_VAR_CONTENT:~0,-1%" This lines expands to something like set LIB^__NORMALIZE_VAR_CONTENT:~0,-1 Why? My fix is this: set "__NORMALIZE_VAR=%1" call set...
  7. M

    Strange error messages from TCC in FTP copy

    It doesn't make a difference. I get this warning always when using FTP with a cfg.... I have a ftp.cfg where anything is defined.
  8. M

    Strange error messages from TCC in FTP copy

    I get this strange text on any action when using ftp:// D:\source>copy updateD.txt ftp://anything/download.anything.de TCC: D D:\source\updateD.txt => ftp://anything/download.anything.de/updateD.txt TCC: D
  9. M

    Strange error messages from TCC in FTP copy

    No definitely not. This are the names copied: ---- handbuch_ag-vip_sql_administrator.pdf handbuch_ag-vip_sql_anwender.pdf handbuch_ag-vip_sql_crm-option.pdf handbuch_ag-vip_sql_installation.pdf handbuch_ag-vip_sql_makroprogrammierung.pdf handbuch_ag-vip_sql_overdial-service.pdf...
  10. M

    Strange error messages from TCC in FTP copy

    I have a BTM file. I enabled an echo, so the output shows the complete execution. I use the lates version 26.00.31 x64. I saw this error also in version 22 before... I can see this since years now I ask. For each file I see a strange warning with a one letter text. Seams that there is a problem...
  11. M

    Done enable ffind to use @filelist

    I would like to have this feature...
  12. M

    Trying to use ffind with a @file.lst doesn't work

    What version are you using. My file files.lst contains filename swith the extension .cpp. D:\Dev\Root\Common>type files.lst D:\Dev\Root\Common\BEx.cpp D:\Dev\Root\Common\BCtrlEx.cpp D:\Dev\Root\Common\BHeaderCtrlEx.cpp ... D:\Dev\Root\Common>ffind /tcpp @files.lst 0 Zeilen in 0 Dateien...
  13. M

    Trying to use ffind with a @file.lst doesn't work

    I use TCC 22.00.40 x64 Windows 10 [Version 10.0.17134] I have a file list created with ffind /n /tsomething *.txt > files.lst Now I want to use this list to search again for another content ffind /tsomethingelse @files.lst The documentation tells me that this should work, but even if...
  14. M

    Done Allow a full search in the directory history

    Perfect. I didn't thougt at wildcards!
  15. M

    How to? Set the ribbon titles to mixed case

    OK. I found it, It depends on the visual style...
Back
Top