How do I find the local path on windows in a command prompt?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
It is |
|||||
|
|
Open notepad as administrator and write:
Save it in c:\windows\system32\ with the name "pwd.cmd" (be careful not to save pwd.cmd.txt) Then you have the pwd command. |
||||
|
|
|
hmm - pwd works for me on Vista... Final EDIT: it works for me on Vista because WinAvr installed pwd.exe and added \Program Files\WinAvr\Utils\bin to my path. |
|||||||||||
|
|
C:\Documents and Settings\Scripter>echo %cd% C:\Documents and Settings\Scripter C:\Documents and Settings\Scripter> for unix use pwd command |
|||
|
|