How do I find the local path on windows in a command prompt?
This prints it in the console:
echo %cd%
or paste this command in CMD, then you'll have pwd:
pwd
(echo @echo off echo echo ^%cd^%) > C:WINDOWSpwd.bat
2.1m questions
2.1m answers
60 comments
57.0k users