Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

162 lines
4.8 KiB

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <root>
  3. <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  4. <xsd:element name="root" msdata:IsDataSet="true">
  5. <xsd:complexType>
  6. <xsd:choice maxOccurs="unbounded">
  7. <xsd:element name="data">
  8. <xsd:complexType>
  9. <xsd:sequence>
  10. <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  11. <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
  12. </xsd:sequence>
  13. <xsd:attribute name="name" type="xsd:string" />
  14. <xsd:attribute name="type" type="xsd:string" />
  15. <xsd:attribute name="mimetype" type="xsd:string" />
  16. </xsd:complexType>
  17. </xsd:element>
  18. <xsd:element name="resheader">
  19. <xsd:complexType>
  20. <xsd:sequence>
  21. <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  22. </xsd:sequence>
  23. <xsd:attribute name="name" type="xsd:string" use="required" />
  24. </xsd:complexType>
  25. </xsd:element>
  26. </xsd:choice>
  27. </xsd:complexType>
  28. </xsd:element>
  29. </xsd:schema>
  30. <resheader name="ResMimeType">
  31. <value>text/microsoft-resx</value>
  32. </resheader>
  33. <resheader name="Version">
  34. <value>1.0.0.0</value>
  35. </resheader>
  36. <resheader name="Reader">
  37. <value>System.Resources.ResXResourceReader</value>
  38. </resheader>
  39. <resheader name="Writer">
  40. <value>System.Resources.ResXResourceWriter</value>
  41. </resheader>
  42. <data name="mainHelp">
  43. <value>Usage:
  44. mbsh [-help | &lt;MB Path&gt;]</value>
  45. </data>
  46. <data name="mainGreeting">
  47. <value>Metabase Shell</value>
  48. </data>
  49. <data name="exiting">
  50. <value>Fatal error. Exiting shell.</value>
  51. </data>
  52. <data name="failedADSI">
  53. <value>Failed getting ADSI path: </value>
  54. </data>
  55. <data name="succeededADSI">
  56. <value>Succeeded getting ADSI path: </value>
  57. </data>
  58. <data name="unknownCommand">
  59. <value>Unknown command: </value>
  60. </data>
  61. <data name="cdError">
  62. <value>Not enough arguments to CD command</value>
  63. </data>
  64. <data name="engError">
  65. <value>Not enough arguments to ENG command</value>
  66. </data>
  67. <data name="noLang">
  68. <value>Invalid script engine</value>
  69. </data>
  70. <data name="cdCommand">
  71. <value>CD</value>
  72. </data>
  73. <data name="engCommand">
  74. <value>ENG</value>
  75. </data>
  76. <data name="exitCommand">
  77. <value>EXIT</value>
  78. </data>
  79. <data name="quitCommand">
  80. <value>QUIT</value>
  81. </data>
  82. <data name="setCommand">
  83. <value>SET</value>
  84. </data>
  85. <data name="getCommand">
  86. <value>GET</value>
  87. </data>
  88. <data name="thisNodeName">
  89. <value>thisNode</value>
  90. </data>
  91. <data name="WScriptName">
  92. <value>WScript</value>
  93. </data>
  94. <data name="useHelp">
  95. <value>Please use the following command for help: </value>
  96. </data>
  97. <data name="helpCommand">
  98. <value>HELP</value>
  99. </data>
  100. <data name="generalHelp">
  101. <value>The shell is currently defaulting to JScript.
  102. Any text you enter the command line will be interpreted as script unless you preface it with the command prefix. By default, this prefix is a single period - "."
  103. So, for instance, to execute the "dir" command, you would type ".dir" at the prompt.
  104. Current available commands are:
  105. cd - Changes the current active node. It supports things like "/" for absolute paths and ".." for going up the tree.
  106. Example: .cd w3svc/1
  107. eng - Changes the current scripting engine to any ActiveScripting Engine installed on your local system.
  108. Example: .eng VBScript
  109. Example: .eng PerlScript
  110. exit - Exits MBShell
  111. quit - Exits MBShell
  112. Example: .quit
  113. get - Gets a property at the current node.
  114. Example: .get ServerComment
  115. set - Sets a property at the current node. Don't use surrounding quotes on the value.
  116. Example: .set ServerComment Foobar
  117. Example: .set ServerComment A longer server comment
  118. help - Gives help on a command.
  119. Example: .help
  120. Example: .help set
  121. dir - Enumerates all properties set at a given node.
  122. Example: .dir
  123. Current available inherent objects:
  124. WScript - just like in WSH.
  125. Example: WScript.Echo("hello");
  126. thisNode - an object that is always the ADSI directory entry for the current node.
  127. Example: WScript.Echo(thisNode.KeyType);</value>
  128. </data>
  129. <data name="specificHelp">
  130. <value>So, you want help on this command, do ya?
  131. You'll have to wait until I write it.
  132. Sorry...</value>
  133. </data>
  134. <data name="setError">
  135. <value>Not enough arguments to SET command</value>
  136. </data>
  137. <data name="invalidProp">
  138. <value>Schema violation - invalid property</value>
  139. </data>
  140. <data name="getError">
  141. <value>Not enough arguments to GET command</value>
  142. </data>
  143. <data name="dirCommand">
  144. <value>DIR</value>
  145. </data>
  146. <data name="noDisplay">
  147. <value>Can't display value for property: </value>
  148. </data>
  149. </root>