Like the writer of the 1st message in this thread, I'm looking for the command line of creating a new text document in the currently displayed folder in Windows Explorer.

The following batch command line can create a new empty text file in the current directory. But the current directory may not be the currently displayed folder in Windows Explorer. How should it be improved? Or any other way?

type nul > new_text_file.txt