2014年12月4日
摘要: 当脚本执行完成后,可以删除自身1 #删除脚本自身2 remove-item $MyInvocation.MyCommand.Path -force 阅读全文
posted @ 2014-12-04 11:02 momingliu11 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 1 #分别取出当前脚本的父目录、文件名 2 $Currentpath1 = Split-Path -parent $MyInvocation.MyCommand.Definition 3 $Currentpath2 = Split-Path -leaf $MyInvocation.M... 阅读全文
posted @ 2014-12-04 11:00 momingliu11 阅读(545) 评论(0) 推荐(0) 编辑