WEB开发网
开发学院操作系统windows 2008 Windows PowerShell2.0之使用PowerTab加强Tab键自... 阅读

Windows PowerShell2.0之使用PowerTab加强Tab键自动补全

 2009-12-01 00:00:00 来源:WEB开发网   
核心提示: 在文件夹中包含Setup.Cmd的批处理命令,执行即可开始安装,Windows PowerShell2.0之使用PowerTab加强Tab键自动补全(2),其作用为初始化PowerShell运行的环境变量,并通过dot-sourcing方式引用PowerTabSetup.ps1开始安装,默认与描

在文件夹中包含Setup.Cmd的批处理命令,执行即可开始安装。其作用为初始化PowerShell运行的环境变量,并通过dot-sourcing方式引用PowerTabSetup.ps1开始安装。

【注意】

如果不需要使用dot-source脚本,则需要重启当前Shell实例。

安装过程如图1-1所示,选择安装过程中出现的选项,然后等待安装完成。

Windows PowerShell2.0之使用PowerTab加强Tab键自动补全

查看原图(大图)

图1-1  通过批处理安装PowerTab

安装脚本会创建一个默认的配置文件,为只读XML格式且名为“PowerTabConfig.xml”,默认与描述脚本保存在同一个文件夹中。

安装脚本会更新描述文件脚本,同时会附加如下代码,当启动shell时这些代码会激活PowerTab:

# Default PowerShell Profile
# Generated by PowerTab TabCompletionSetup
 
################ Start of PowerTab Initialisatie Code ##############
#
#  added to Profile by PowerTab Setup For Loading of Custom TabExpansion,
#
# /\/\o\/\/ 2007
#
# http://ThePowerShellGuy.com
#
 
# Initialize PowerTab 
 
& 'C:\PowerShell\PowerTab\Init-TabExpansion.ps1' `
    -ConfigurationLocation 'D:\My Documents\WindowsPowerShell' 
 
############## End of PowerTab Initialisatie Code ###############

上一页  1 2 3 4 5 6 7  下一页

Tags:Windows PowerShell 使用

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接