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 hensh

  1. H

    Avoiding the clipboard

    This is what I was looking for. Not sure how I missed /p in the docs. Thanks.
  2. H

    Avoiding the clipboard

    No, these are custom pdf documents. The author included a unique ID in the footer of each page.
  3. H

    Avoiding the clipboard

    The following code works like a charm, but I wonder if there is there another (better) way to feed the captured TPIPE string to the rename command? rem Rename generic PDFs with internal page ID found in the PDF. do f in p*.pdf tpipe /input=%f /output=CLIP: /simple=76 /grep=3,0,0,0,0,0,0,0,ID...
  4. H

    @XMLXPATH not working in v28

    Works like a charm. thanks
  5. H

    @XMLXPATH not working in v28

    I have a sample file source.xml: <?xml version="1.0" encoding="UTF-8"?> <Instructors> <Instructor Dept_ID="123"> <Name First="John" Last="Doe">Doe, John</Name> </Instructor> <Instructor Dept_ID="456"> <Name First="Jane" Last="Doe">Doe, Jane</Name> </Instructor>...
  6. H

    @XMLNODES - New behavior?

    I can confirm that this is working once again.
  7. H

    @XMLNODES - New behavior?

    I have a sample file source.xml: <?xml version="1.0" encoding="UTF-8"?> <Instructors> <Instructor Dept_ID="123"> <Name First="John" Last="Doe">Doe, John</Name> </Instructor> <Instructor Dept_ID="456"> <Name First="Jane" Last="Doe">Doe, Jane</Name> </Instructor>...
  8. H

    Declined Date key idea

    I might use it. As far as remembering that it was there, I would hope that I could do the same thing I do when trying to remember all of the aliases that I have created. That is, I simply type 'alias' to get the entire list.
  9. H

    History and TPipe Oddness

    I was unable to reproduce this behavior on my office machine which has a similar configuration. Would a complete TakeCommand reinstall on my home machine be advisable? thanks rick
  10. H

    History and TPipe Oddness

    I have attached the relevant options screen shots regarding local versus global history but I think I'm using a global history list. I am not using a TCEXIT file. Here is my TCSTART.btm file: ------------------------------- @echo off ::Ignore this file if we are in a pipe or a transient...
  11. H

    History and TPipe Oddness

    Sorry for the long message. I've been using TakeCommand for many years now, but lately I'm seeing some weird behavior with history, recall (up arrow) and tpipe. On the Command Line options tab, I have checked [Move to End] and selected the [Save Last] radio button under Command History. I have...
  12. H

    Lua and lpeg

    I was very happy when Lua support was added to TC. On a whim I compiled a Lua addon (lpeg) and placed the resulting dll into the TC folder. To my pleasant surprise this worked and I can now run all of my Lua scripts that require the lpeg addon. I have two questions: 1. Does TC's support for...
  13. H

    lua Causes Take Command Tab to Exit

    Downloaded Take Command v18.00.25. TCC no longer closes when checking the version info but other than display the info (or a help screen), the internal lua engine can't seem to do anything. For example, C:\...\lua>lua -e'a=1' -e 'print(a)' script.lua Lua: unrecognized option '-e'a=1'' usage...
  14. H

    lua Causes Take Command Tab to Exit

    I'm running the latest version of Take Command (v18.00.24 x64) on a completely patched and up-to-date Windows 8.1 machine. From a TCC tabbed window, the following command causes the tab window to close. c:\> lua -v The tabbed window behaves as if I typed the [exit] command. The simple command...
  15. H

    Update to 15.01.40 freezes on cleanup...

    Reasonably sure. I'm aware of the annoying Windows bug so I closed down the few apps that I had open and looked for such a popup. I couldn't find anything. Like I said, this is the first time anything like this has ever happened during an update so I thought I'd bring it to your attention. I...
Back
Top