MPMS
My Problem My Solutions
Wednesday, 10 May 2017
pwd like command in Windows command prompt
There are two methods to do so :
to print path use :
echo %cd%
Alternatively you can set
pwd
command itself to work with windows :
(echo @echo off
echo echo ^%cd^%) > C:\WINDOWS\pwd.bat
After this you can simply use pwd command in windows.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment