home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / System32 / en-US / setx.exe.mui / string.txt next >
Encoding:
Text File  |  2008-01-19  |  9.5 KB  |  166 lines

  1. 501    ERROR: Invalid syntax.\nType "SETX /?" for usage.\n
  2. 502    ERROR: The system cannot find registry path specified.\n
  3. 503    ERROR: The system cannot find the path specified.\n
  4. 504    ERROR: Access to the registry path is denied.\n
  5. 505    ERROR: The handle is invalid.\n
  6. 506    ERROR: Not enough storage is available to process this command.\n
  7. 507    ERROR: The environment is incorrect.\n
  8. 508    ERROR: The access code is invalid.\n
  9. 509    ERROR: The data is invalid.\n
  10. 510    ERROR: The system cannot find the drive specified.\n
  11. 511    ERROR: Could not read the key from registry.\n
  12. 512    ERROR: Could not write the key to registry.\n
  13. 513    ERROR: Could not find the key in the registry.\n
  14. 514    ERROR: Must provide valid row,column.\n
  15. 515    ERROR: Must provide valid row,column and "STRING".\n
  16. 516    ERROR: Coordinates %s do not exist or specified text not found.\n
  17. 517    ERROR: Must provide a valid search string for relative searches.\n
  18. 518    ERROR: Coordinates cannot be NULL.\n 
  19. 519    ERROR: Invalid characters used as coordinates "%s".\n
  20. 520    ERROR: Cannot convert value %s to integer.\n
  21. 521    ERROR: No search string provided for a relative search.\n
  22. 522    ERROR: Too many delimiters specified (%s) ! - Maximum is 15.\n
  23. 523    ERROR: Cannot open text file "%s".\n
  24. 524    ERROR: No filename specified.\n
  25. 525    ERROR: Specified file is not plain text.\n
  26. 526    ERROR: Invalid Hive specified. Valid values are HKEY_LOCAL_MACHINE(or HKLM) or HKEY_CURRENT_USER(or HKCU).\n
  27. 527    ERROR: Only REG_DWORD, REG_EXPAND_SZ, REG_SZ, REG_MULTI_SZ are supported.\n
  28. 528    ERROR: Bad format for supplied key: %s.\n
  29. 529    ERROR: The specified operation could not be completed.\n
  30. 530    ERROR: /S cannot be empty.\n
  31. 531    ERROR: /U cannot be empty.\n
  32. 532    ERROR: /F cannot be empty.\n
  33. 533    \nExtracted value: %s.
  34. 535    ERROR: Invalid syntax. Username specified without specifying system name.\n
  35. 536    ERROR: Invalid syntax. Password specified without specifying user name.\n
  36. 537    ERROR: Invalid syntax.\nType "SETX /?" for usage.\n
  37. 538    ERROR: Invalid arguments.\n
  38. 539    ERROR: The environmental variable name cannot be empty.\n
  39. 540    ERROR: The environmental variable name must be specified.\n
  40. 541    ERROR: Invalid Coordinates Specified.\n
  41. 542    ERROR: Coordinates %s do not exist.\n
  42. 544    ERROR: Invalid syntax. Value expected for '/k'.\nType "SETX /?" for usage.\n
  43. 545    \nWARNING: The length of the extracted value is truncated to 1024 characters.\n
  44. 546    \nWARNING: The data being saved is truncated to 1024 characters.\n
  45. 547    ERROR: Length of the command line argument should not exceed 255 characters.\n
  46. 548    /K cannot be empty.\n
  47. 549    ERROR: /A cannot be empty.\n
  48. 550    ERROR: /R cannot be empty.\n
  49. 551    ERROR: Absolute coordinates cannot be negative.\n
  50. 601    \nSUCCESS: Specified value was saved.\n
  51. 602    \nExtracted value: 
  52. 603    ERROR: The value cannot exceed 1024 characters.\n
  53. 604    \nWARNING: User credentials cannot be used for local connections.\n
  54. 605    SUCCESS: Specified value was saved.\n
  55. 606    ERROR: The search string cannot be empty.\n
  56. 607    ERROR: Either the first or second coordinate should be in the range -9999999 to +9999999.\n
  57. 2000    \nSetX has three ways of working: \n\nSyntax 1:\n
  58. 2001        SETX [/S system [/U [domain\]user [/P [password]]]] var value [/M]\n\n
  59. 2003    Syntax 2:\n
  60. 2004        SETX [/S system [/U [domain\]user [/P [password]]]] var /K regpath [/M]\n\n
  61. 2007    Syntax 3:\n
  62. 2008        SETX [/S system [/U [domain\]user [/P [password]]]]\n
  63. 2010             /F file {var {/A x,y | /R x,y string}[/M] | /X} [/D delimiters]\n\n
  64. 2011    Description:\n
  65. 2012        Creates or modifies environment variables in the user or system\n
  66. 2013        environment. Can set variables based on arguments, regkeys or\n
  67. 2014        file input.\n\n
  68. 2016    Parameter List:\n
  69. 2017        /S     system          Specifies the remote system to connect to.\n\n
  70. 2019        /U     [domain\]user   Specifies the user context under which\n
  71. 2020                               the command should execute.\n\n
  72. 2022        /P     [password]      Specifies the password for the given\n
  73. 2023                               user context. Prompts for input if omitted.\n\n
  74. 2025        var                    Specifies the environment variable to set.\n\n
  75. 2027        value                  Specifies a value to be assigned to the \n
  76. 2028                               environment variable.\n\n
  77. 2030        /K     regpath         Specifies that the variable is set based\n
  78. 2031                               on information from a registry key.\n
  79. 2032                               Path should be specified in the format of\n
  80. 2033                               hive\key\...\value. For example,\n
  81. 2034                               HKEY_LOCAL_MACHINE\System\CurrentControlSet\\n
  82. 2035                               Control\TimeZoneInformation\StandardName.\n\n
  83. 2037        /F     file            Specifies the filename of the text file\n
  84. 2038                               to use.\n\n
  85. 2040        /A     x,y             Specifies absolute file coordinates\n
  86. 2041                               (line X, item Y) as parameters to search \n
  87. 2042                               within the file.\n\n
  88. 2044        /R     x,y string      Specifies relative file coordinates with\n
  89. 2045                               respect to "string" as the search parameters.\n\n
  90. 2047        /M                     Specifies that the variable should be set in\n
  91. 2048                               the system wide (HKEY_LOCAL_MACHINE)\n
  92. 2049                               environment. The default is to set the\n
  93. 2050                               variable under the HKEY_CURRENT_USER \n
  94. 2051                               environment.\n\n
  95. 2053        /X                     Displays file contents with x,y coordinates.\n\n
  96. 2055        /D     delimiters      Specifies additional delimiters such as ","\n
  97. 2056                               or "\". The built-in delimiters are space,\n
  98. 2057                               tab, carriage return, and linefeed. Any \n
  99. 2058                               ASCII character can be used as an additional\n
  100. 2059                               delimiter. The maximum number of delimiters,\n
  101. 2060                               including the built-in delimiters, is 15.\n\n
  102. 2062        /?                     Displays this help message.\n\n
  103. 2064    NOTE: 1) SETX writes variables to the master environment in the registry.\n\n
  104. 2067          2) On a local system, variables created or modified by this tool\n
  105. 2068             will be available in future command windows but not in the\n
  106. 2069             current CMD.exe command window.\n\n
  107. 2071          3) On a remote system, variables created or modified by this tool\n
  108. 2072             will be available at the next logon session.\n\n
  109. 2074          4) The valid Registry Key data types are REG_DWORD, REG_EXPAND_SZ,\n
  110. 2075             REG_SZ, REG_MULTI_SZ.\n\n
  111. 2077          5) Supported hives:  HKEY_LOCAL_MACHINE (HKLM),\n
  112. 2078             HKEY_CURRENT_USER (HKCU).\n\n
  113. 2080          6) Delimiters are case sensitive.\n\n
  114. 2082          7) REG_DWORD values are extracted from the registry in decimal \n
  115. 2083             format.\n\n
  116. 2086    Examples:\n
  117. 2087        SETX MACHINE COMPAQ \n
  118. 2088        SETX MACHINE "COMPAQ COMPUTER" /M\n
  119. 2089        SETX MYPATH "%PATH%"\n
  120. 2090        SETX MYPATH ~PATH~\n
  121. 2091        SETX /S system /U user /P password  MACHINE COMPAQ \n
  122. 2092        SETX /S system /U user /P password MYPATH ^%PATH^% \n
  123. 2093        SETX TZONE /K HKEY_LOCAL_MACHINE\System\CurrentControlSet\\n
  124. 2094             Control\TimeZoneInformation\StandardName\n
  125. 2095        SETX BUILD /K "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\n
  126. 2096             NT\CurrentVersion\CurrentBuildNumber" /M\n
  127. 2097        SETX /S system /U user /P password TZONE /K HKEY_LOCAL_MACHINE\\n
  128. 2098             System\CurrentControlSet\Control\TimeZoneInformation\\n
  129. 2099             StandardName\n
  130. 2100        SETX /S system /U user /P password  BUILD /K \n
  131. 2101             "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\\n
  132. 2102             CurrentVersion\CurrentBuildNumber" /M\n
  133. 2103        SETX /F ipconfig.out /X \n
  134. 2104        SETX IPADDR /F ipconfig.out /A 5,11 \n
  135. 2105        SETX OCTET1 /F ipconfig.out /A 5,3 /D "#$*." \n
  136. 2106        SETX IPGATEWAY /F ipconfig.out /R 0,7 Gateway\n
  137. 2107        SETX /S system /U user /P password  /F c:\ipconfig.out /X\n
  138. 5001    ERROR:
  139. 5002    WARNING:
  140. 5003    SUCCESS:
  141. 5004    INFO:
  142. 5005    N/A
  143. 5501    Type the password for %s:
  144. 5502    Passing the user credential for local connection.\n
  145. 5503    The target system must be running Windows XP or above.\n
  146. 5504    The remote system must be running Windows 2000 or above.\n
  147. 5601    Invalid syntax. '%s' value is not allowed for '%s' option.\n%s\n
  148. 5602    Invalid syntax. Specify valid numeric value for '%s'.\n%s\n
  149. 5603    Invalid syntax. Specifiy valid floating point value for '%s'.\n%s\n
  150. 5604    Invalid syntax. Mandatory option '%s' is missing.\n%s\n
  151. 5605    Invalid syntax. '%s' option is not allowed more than '%d' time(s).\n%s\n
  152. 5607    Invalid argument/option - '%s'.\n%s\n
  153. 5608    Invalid syntax. Default argument is missing.\n%s\n
  154. 5609    Length of the command line argument should not exceed 255 characters.\n
  155. 5610    Invalid syntax. Default option is not allowed more than '%d' time(s).\n%s\n
  156. 5611    Invalid syntax. Value expected for '%s'.\n%s\n
  157. 5612    Invalid syntax. '%s' value is not allowed as default argument.\n%s\n
  158. 5613    Type "%s /?" for usage.
  159. 5614    Value for '%s' option cannot be empty.\n%s\n
  160. 5615    Value for default option cannot be empty.\n%s\n
  161. 5616    Invalid syntax. Specify valid numeric value for default.\n%s\n
  162. 5617    Invalid syntax. Specifiy valid floating point value for default.\n%s\n
  163. 5618    Value for default option cannot be more than %d character(s).\n
  164. 5619    Invalid syntax. Value cannot be specified with '%s' option.\n%s\n
  165. 5620    Value for '%s' option cannot be more than %d character(s).\n
  166.