【分享】powershell中如何打开当前目录,以及资源管理器中如何打开powershell

powershell中如何在资源管理器中打开当前目录?

原文:Open Explorer From PowerShell


# I
explorer (gl)

# II
start .

# III
ii .

可以看到,ii是最方便的,它有点其他两个命令没有的特殊的能力:


# 打开当前根目录
ii /

查看缩写别名


# 全部
gal
# gal ii =>
CommandType     Name                                                Definition
-----------     ----                                                ----------
Alias           ii                                                  Invoke-Item

资源管理器中如何打开powershell?

Introducing PowerShell Prompt Here 或 : Multiple Ways To Open PowerShell In The Current Explorer Window

posted @ 2011-09-06 13:21  ambar  阅读(4694)  评论(0编辑  收藏  举报