For example:
In the BAT statement, we only have such a sentence:
NOTEPAD AA.TXT
After running, the BAT window will not disappear until you close the notepad, and then the BAT window will close.
What I want to do is how to make the BAT file window automatically close as soon as NOTEPAD is opened.
I have tried using CALL or START to call NOTEPAD.EXE, but it doesn't work.
In the BAT statement, we only have such a sentence:
NOTEPAD AA.TXT
After running, the BAT window will not disappear until you close the notepad, and then the BAT window will close.
What I want to do is how to make the BAT file window automatically close as soon as NOTEPAD is opened.
I have tried using CALL or START to call NOTEPAD.EXE, but it doesn't work.

