Search notes:

cmd.exe: %CmdCmdLine%

The variable %CmdCmdLine% stores how cmd.exe was invoked (options and commands).
@echo %CmdCmdLine%
Github repository about-cmd.exe, path: /variables/showCmdLine.bat

Index