Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/setenv.wsf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Sat Nov 24 13:46:26 2012 UTC (11 years, 3 months ago) by srz_zumix
File size: 603 byte(s)
first commit
1 <?xml version="1.0" encoding="Shift_JIS" standalone="yes" ?>
2 <package>
3 <job id="environment">
4 <?job error="true" debug="true" ?>
5 <object id="objFs" progid="Scripting.FileSystemObject" />
6 <script language="VBScript">
7 <![CDATA[
8 Set WshShell=WScript.CreateObject("WScript.Shell")
9 Set WshEnvironment=WshShell.Environment("User")
10 WshEnvironment.Item("AUTEST_ROOT")=WshShell.CurrentDirectory
11
12 result = "setup is completed :" + vbLf + vbLf + "[AUTEST_ROOT] " + WshEnvironment.Item("AUTEST_ROOT")
13 WScript.echo result
14 ]]>
15 </script>
16 </job>
17 </package>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26