IT 专业人士的资源 > 论坛主页 > Windows PowerShell > ii (Invoke-Item), Captain!
提出问题提出问题
 

常规讨论ii (Invoke-Item), Captain!

  • 2008年7月31日 0:17BinaryCoder 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     包含代码

    I have discovered the following which I have found highly useful.

    Let's say you are working in PowerShell and want to display the current working folder in Windows Explorer.

    All you need to do is execute:

    ii . 

    That is ii (for Invoke-Item), space, period.

    (Of course, if you want to show a child folder, substitute its name in place of the period.)

全部回复