How to refer to the documents folder via command-line in Windows?

It is absent in the list of predefined environment variables.

It is possible via PowerShell:

[Environment]::GetFolderPath('MyDocuments')

2023-04-30--19-09-02