- Jun
- 760
- 16
I was just playing around with the WATCH command, which I've never used in the past (I'm trying to find a way to display the contents of a folder whenever a new file appears), and I got trapped in the command. Ctrl-C had no effect. Fortunately, ESC did cause the command to terminate.
In addition, the command did not work as I expected using either the example in the help or a version that would change even less often:
In any case, either the documentation should be changed to say only the ESC ends the command, or the command should be changed so that Ctrl-C does terminate it.
In addition, the command did not work as I expected using either the example in the help or a version that would change even less often:
watch /c /v "echo date = %%_date"
. The screen flashes very rapidly and displays the same date each time. Am I misunderstanding what this command is supposed to do?In any case, either the documentation should be changed to say only the ESC ends the command, or the command should be changed so that Ctrl-C does terminate it.