명령 프롬프트에서 Windows의 로컬 경로를 어떻게 찾습니까?
답변
콘솔에서 인쇄합니다.
echo %cd%
이 명령을 CMD에 붙여 넣으면 다음과 같은 결과가 나타납니다 pwd
.
(echo @echo off
echo echo ^%cd^%) > C:\WINDOWS\pwd.bat
답변
그것은는 cd
“현재 디렉토리”를 참조하십시오.
답변
관리자로 메모장을 열고 다음을 작성하십시오.
@echo %cd%
이름을 “pwd.cmd”로 c : \ windows \ system32 \에 저장하십시오 (pwd.cmd.txt를 저장하지 않도록주의하십시오)
그런 다음 pwd 명령이 있습니다.
답변
cd
매개 변수가없는 것은 pwd
Unix / Linux 와 같습니다 .
입력의 콘솔 출력에서 cd /?
:
Displays the name of or changes the current directory.
[...]
Type CD without parameters to display the current drive and directory.
답변
cd ,
그것은 현재 디렉토리를 줄 것이다
D:\Folder\subFolder>cd ,
D:\Folder\subFolder
답변
흠-pwd는 Vista에서 나를 위해 작동합니다 …
최종 편집 : WinAvr이 pwd.exe를 설치하고 \ Program Files \ WinAvr \ Utils \ bin을 내 경로에 추가했기 때문에 Vista에서 작동합니다.
답변
C:\Documents and Settings\Scripter>echo %cd%
C:\Documents and Settings\Scripter
C:\Documents and Settings\Scripter>
유닉스 사용 pwd
명령