<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[FPGA Notes]]></title> 
<link>http://www.fpganotes.com/index.php</link> 
<description><![CDATA[Learning Notes about Xilinx FPGA, ISE, EDK and IC Industry]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[FPGA Notes]]></copyright>
<item>
<link>http://www.fpganotes.com/post//</link>
<title><![CDATA[更改系统环境变量的Script]]></title> 
<author>RickySu &lt;sutongqi+blog@gmail.com&gt;</author>
<category><![CDATA[技术经验]]></category>
<pubDate>Mon, 07 Aug 2006 11:01:05 +0000</pubDate> 
<guid>http://www.fpganotes.com/post//</guid> 
<description>
<![CDATA[ 
	学习微软TechNet文章，经少许修改版本<br/><br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content"><br/>strComputer = "."<br/>Set objWMIService = GetObject("winmgmts:&#92;&#92;" & strComputer & "&#92;root&#92;cimv2")<br/><br/>Set colItems = objWMIService.ExecQuery _<br/> &nbsp; &nbsp;("Select * from Win32_Environment Where Name = 'Xilinx'")<br/><br/>For Each objItem in colItems<br/> &nbsp; &nbsp;'Please change the path to your ISE 8.1 path'<br/> &nbsp; &nbsp;objItem.VariableValue = "C:&#92;Xilinx81"<br/> &nbsp; &nbsp;objItem.Put_<br/>Next<br/><br/>Set colItems = objWMIService.ExecQuery _<br/> &nbsp; &nbsp;("Select * from Win32_Environment Where Name = 'Xilinx_EDK'")<br/><br/>For Each objItem in colItems<br/> &nbsp; &nbsp;'Please change the path to your EDK 8.1 path'<br/> &nbsp; &nbsp;objItem.VariableValue = "C:&#92;EDK81"<br/> &nbsp; &nbsp;objItem.Put_<br/>Next<br/></div></div><br/><br/>存成.vbs文件然后运行即可<br/><br/>[参考资料]<br/><a href="http://www.microsoft.com/china/technet/community/scriptcenter/resources/hey0318.mspx" target="_blank">http://www.microsoft.com/china/technet/community/scriptcenter/resources/hey0318.mspx</a><br/>Tags - <a href="http://www.fpganotes.com/tags/xilinx/" rel="tag">xilinx</a> , <a href="http://www.fpganotes.com/tags/%25E8%2584%259A%25E6%259C%25AC/" rel="tag">脚本</a>
]]>
</description>
</item><item>
<link>http://www.fpganotes.com/post//#blogcomment</link>
<title><![CDATA[[评论] 更改系统环境变量的Script]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.fpganotes.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>