How do I find the local path on windows in a command prompt?
feedback
|
|
It is | |||
feedback
|
|
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. | |||||||||||
feedback
|
|
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. | ||||
|
feedback
|
|
C:\Documents and Settings\Scripter>echo %cd% C:\Documents and Settings\Scripter C:\Documents and Settings\Scripter> for unix use pwd command | |||
|
feedback
|