Quickly Find Out The Current Working Directory When Using Windows Command Prompt

For finding/printing the current working directory in Linux, we have pwd command to use. Ever wondered what is the equivalent for Windows command prompt? 1. Open Windows command prompt and type the following : [cc lang=”bash’] echo %cd% [/cc] This…








