- May
- 13,117
- 180
I have a long-running batch file which produces a log file. I can interrupt the batch file's main loop (by looking at keystrokes) and do administrative things (set parameters with ESET, get status info, et c.) then continue. I'd like to add the ability to put a hand-written notation in the log file.
So how do I get TCC to accept text from the keyboard and when I'm done (Enter or Ctrl-Z?) write it to a file? [This seems like an ancient technique which I have simply forgotten.]
So how do I get TCC to accept text from the keyboard and when I'm done (Enter or Ctrl-Z?) write it to a file? [This seems like an ancient technique which I have simply forgotten.]