Is there a Windows command line command that I can use to get the full path to the current working directory?
Also, how can I store this path inside a variable used
In a Windows command prompt, chdir or cd will print the full path of the current working directory in the console.
chdir
cd
If we want to copy the path then we can use: cd | clip.
cd | clip