如何在命令提示符中找到Windows上的本地路径?
当前回答
cd ,
它将给出当前目录
D:\Folder\subFolder>cd ,
D:\Folder\subFolder
其他回答
cd不带参数,相当于Unix/Linux下的pwd。
从输入cd /?:
Displays the name of or changes the current directory.
[...]
Type CD without parameters to display the current drive and directory.
嗯,pwd在Vista上对我有用…
最终编辑:它为我在Vista上工作,因为WinAvr安装了pwd.exe,并将\Program Files\WinAvr\Utils\bin添加到我的路径。
它将显示控制台中的当前路径,使用下面的命令
echo %cd%
C:\Documents and Settings\Scripter>echo %cd%
C:\Documents and Settings\Scripter
C:\Documents and Settings\Scripter>
对于Unix使用pwd命令
当前工作目录
cd ,
它将给出当前目录
D:\Folder\subFolder>cd ,
D:\Folder\subFolder
推荐文章
- 如何验证批处理文件中是否存在一个文件?
- 异步运行Windows批处理文件命令
- XAMPP -端口80被PID 4的“无法打开进程”使用!12
- 为什么git在Windows下记不住我的密码
- Git克隆/拉不断冻结在“存储密钥在缓存?”
- 有没有替换Windows (Visual C)的unistd.h ?
- 从Windows批处理文件设置系统环境变量?
- 在Sublime Text 2中使用Ctrl+D进行多个选择时,我如何跳过匹配?
- #定义WIN32_LEAN_AND_MEAN具体排除了什么?
- 最好的轻量级web服务器(只有静态内容)的Windows
- npm犯错!错误:EPERM:操作不允许,重命名
- 崇高的文本从命令行
- 如何保持Python脚本输出窗口打开?
- 使用.bat文件检查文件夹是否存在
- 如何查看Windows库(*.lib)的内容