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
On Windows, type cd for the working current path.
cd
On Linux, pwd for the current working path.
pwd