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 Duke

  1. D

    Scintilla

    TCC 21.00.30 x64 Windows 10 [Version 10.0.15063] Copyright 2017 JP Software Inc. All Rights Reserved Registered to XXXXXXXXXXXXXXX After upgrading form 21.00.29 x64 Starting Take Command produces: Loading BDEGUGGER yields:
  2. D

    COPY returns ERRORLEVEL 2

    Does the /UF option the function in a similar manner? My command is using /UF. ie: copy /D /F /H /J /K /V /Y /Z /S /MD /UF "o:\Test\" "d:\Projects\Test\"
  3. D

    COPY returns ERRORLEVEL 2

    When copying a directory with only subdirectories, COPY return an ERRORLEVEL 2 as seen in the clip below. When directory "Appendix of SDD" is copied, the error occurs. Is there a way to force the COPY command to return a value of zero? Normally this is not an issue, but when COPY is called...
  4. D

    Installation batch files

    EXE1711.tmp.bat contains: @echo off ATTRIB -r "\\?\C:\Users\duke\AppData\Roaming\JPSOFT~1\TAKECO~1.51\install\641A2FC\tcmdx64.msi" :try del "\\?\C:\Users\duke\AppData\Roaming\JPSOFT~1\TAKECO~1.51\install\641A2FC\tcmdx64.msi" if exist...
  5. D

    Installation batch files

    Each time I update V17, all appears to go well. The first time TCMD runs, it opens three batch files in my editor, UltraEdit, which has an alias UE. The latest install opened EXE1711.tmp.bat, EXE181B.tmp.bat, and {8D6AF0B5-09CB-4925-9FDA-4FA803CA220F}.bat. The files reside in...
  6. D

    Alias works differenltly v16 vs. v17

    Can you do something like this: alias get `setdos /x-8 & echo grep ^%1%@char[0x24] somewords.txt & setdos /x0`
Back
Top