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 Terry

  1. T

    Lua sharing data with batch files

    I recently installed Take Command with Lua. I am new to Lua but have been using 4Dos, 4Nt, and Take Command since the mid-1980s. I have never used Lua, but I like what I see. My question is how do I share information, data, between Lua code and Take Command code? I have found os.getenv to get...
  2. T

    Bug in TCMD but not in TCC

    If I use the WinBatch SendKeysTo() to send the string "e:\web\" to TCC 13.04.52 x64, the string is received properly as "e:\web\". But if I use the exact same WinBatch script to send "e:\web\" to TCMD 1313.04.52 x64, the string is received in TCMD as "e;\web\". As you can see the colon ":" is...
  3. T

    Zip and reparse points

    Let me clarify my original statement, "If you do consider implementing such an ability, why not include the copy command?" I was not thinking of anything like what has been discussed. In fact, on further research, my "copy" comment/request has no merit. Something just flew through my mind and I...
  4. T

    Zip and reparse points

    Thank you for your consideration. I agree that the ability is not universally important. But, to a few situations on my network, the ability would be very nice. Further, I know that the standard zip program and other programs don't do what I want. I was hoping that in TCMD, a much more complete...
  5. T

    Zip and reparse points

    Can I tell the zip command to dereference, or not, reparse points? Sometimes I want to get the target files or folders that junctions/symbolic links point to. Sometimes I want to get the junction or symbolic link reparse point itself. That is, when I restore from a zip file, sometimes I want to...
  6. T

    Done Zip enhancement

    I am very happy to have the new zip/unzip commands. I would like some basic compression level options (unless they already exist and I missed them). For this message I will consider the current/default compression level to be NORMAL. At minimum I would like to be have a switch with which I can...
Back
Top