码迷,mamicode.com
首页 > 系统相关 > 详细

PowerShell 自动载人函数

时间:2015-01-10 00:57:17      阅读:307      评论:0      收藏:0      [点我收藏+]

标签:

法一:新建 %userprofile%\Documents\WindowsPowerShell\profile.ps1 就能让PowerShell 自动载人其中定义的内容。

法二:将.ps1文件改成.psm1文件,将其放在%userprofile%\Documents\WindowsPowerShell\Modules下,注意要为每个psm1文件件建一个同名的文件夹,然后将psm1文件放在这个文件夹中

Get-Module –listavailable        测试看能不能检测到新建的模块
Get-Command -module MyFunctions        获取对应的模块中的函数,很有用

来源:http://stackoverflow.com/questions/6016436/in-powershell-how-do-i-define-a-function-in-a-file-and-call-it-from-the-powersh

           http://msdn.microsoft.com/en-us/library/bb613488%28VS.85,loband%29.aspx

PowerShell 自动载人函数

标签:

原文地址:http://www.cnblogs.com/cnsealine/p/4214365.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!