답변:
콘솔에서 인쇄합니다.
echo %cd%
이 명령을 CMD에 붙여 넣으면 다음과 같은 결과가 나타납니다 pwd
.
(echo @echo off
echo echo ^%cd^%) > C:\WINDOWS\pwd.bat
cd
만 전환되었습니다
echo
합니까? 그냥 cd
그 자체로 잘 작동 보인다.
cd /?
말한다Type CD without parameters to display the current drive and directory.
흠-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
명령
for Unix use pwd command
쓸모없는 볼 ? 그것이 OP가 요청한 것이기 때문에
PowerShell pwd
에서 별칭 은 bash와 마찬가지로 Get-Location
간단하게 실행할 수 있습니다.pwd
cmd에서 또는 cmd에서 제대로 작동 powershell -Command pwd
하지만 cmd에서 호출 할 수도 있습니다.cd
echo %cd%