home *** CD-ROM | disk | FTP | other *** search
- 501 ERROR: Invalid syntax.\nType "SETX /?" for usage.\n
- 502 ERROR: The system cannot find registry path specified.\n
- 503 ERROR: The system cannot find the path specified.\n
- 504 ERROR: Access to the registry path is denied.\n
- 505 ERROR: The handle is invalid.\n
- 506 ERROR: Not enough storage is available to process this command.\n
- 507 ERROR: The environment is incorrect.\n
- 508 ERROR: The access code is invalid.\n
- 509 ERROR: The data is invalid.\n
- 510 ERROR: The system cannot find the drive specified.\n
- 511 ERROR: Could not read the key from registry.\n
- 512 ERROR: Could not write the key to registry.\n
- 513 ERROR: Could not find the key in the registry.\n
- 514 ERROR: Must provide valid row,column.\n
- 515 ERROR: Must provide valid row,column and "STRING".\n
- 516 ERROR: Coordinates %s do not exist or specified text not found.\n
- 517 ERROR: Must provide a valid search string for relative searches.\n
- 518 ERROR: Coordinates cannot be NULL.\n
- 519 ERROR: Invalid characters used as coordinates "%s".\n
- 520 ERROR: Cannot convert value %s to integer.\n
- 521 ERROR: No search string provided for a relative search.\n
- 522 ERROR: Too many delimiters specified (%s) ! - Maximum is 15.\n
- 523 ERROR: Cannot open text file "%s".\n
- 524 ERROR: No filename specified.\n
- 525 ERROR: Specified file is not plain text.\n
- 526 ERROR: Invalid Hive specified. Valid values are HKEY_LOCAL_MACHINE(or HKLM) or HKEY_CURRENT_USER(or HKCU).\n
- 527 ERROR: Only REG_DWORD, REG_EXPAND_SZ, REG_SZ, REG_MULTI_SZ are supported.\n
- 528 ERROR: Bad format for supplied key: %s.\n
- 529 ERROR: The specified operation could not be completed.\n
- 530 ERROR: /S cannot be empty.\n
- 531 ERROR: /U cannot be empty.\n
- 532 ERROR: /F cannot be empty.\n
- 533 \nExtracted value: %s.
- 535 ERROR: Invalid syntax. Username specified without specifying system name.\n
- 536 ERROR: Invalid syntax. Password specified without specifying user name.\n
- 537 ERROR: Invalid syntax.\nType "SETX /?" for usage.\n
- 538 ERROR: Invalid arguments.\n
- 539 ERROR: The environmental variable name cannot be empty.\n
- 540 ERROR: The environmental variable name must be specified.\n
- 541 ERROR: Invalid Coordinates Specified.\n
- 542 ERROR: Coordinates %s do not exist.\n
- 544 ERROR: Invalid syntax. Value expected for '/k'.\nType "SETX /?" for usage.\n
- 545 \nWARNING: The length of the extracted value is truncated to 1024 characters.\n
- 546 \nWARNING: The data being saved is truncated to 1024 characters.\n
- 547 ERROR: Length of the command line argument should not exceed 255 characters.\n
- 548 /K cannot be empty.\n
- 549 ERROR: /A cannot be empty.\n
- 550 ERROR: /R cannot be empty.\n
- 551 ERROR: Absolute coordinates cannot be negative.\n
- 601 \nSUCCESS: Specified value was saved.\n
- 602 \nExtracted value:
- 603 ERROR: The value cannot exceed 1024 characters.\n
- 604 \nWARNING: User credentials cannot be used for local connections.\n
- 605 SUCCESS: Specified value was saved.\n
- 606 ERROR: The search string cannot be empty.\n
- 607 ERROR: Either the first or second coordinate should be in the range -9999999 to +9999999.\n
- 2000 \nSetX has three ways of working: \n\nSyntax 1:\n
- 2001 SETX [/S system [/U [domain\]user [/P [password]]]] var value [/M]\n\n
- 2003 Syntax 2:\n
- 2004 SETX [/S system [/U [domain\]user [/P [password]]]] var /K regpath [/M]\n\n
- 2007 Syntax 3:\n
- 2008 SETX [/S system [/U [domain\]user [/P [password]]]]\n
- 2010 /F file {var {/A x,y | /R x,y string}[/M] | /X} [/D delimiters]\n\n
- 2011 Description:\n
- 2012 Creates or modifies environment variables in the user or system\n
- 2013 environment. Can set variables based on arguments, regkeys or\n
- 2014 file input.\n\n
- 2016 Parameter List:\n
- 2017 /S system Specifies the remote system to connect to.\n\n
- 2019 /U [domain\]user Specifies the user context under which\n
- 2020 the command should execute.\n\n
- 2022 /P [password] Specifies the password for the given\n
- 2023 user context. Prompts for input if omitted.\n\n
- 2025 var Specifies the environment variable to set.\n\n
- 2027 value Specifies a value to be assigned to the \n
- 2028 environment variable.\n\n
- 2030 /K regpath Specifies that the variable is set based\n
- 2031 on information from a registry key.\n
- 2032 Path should be specified in the format of\n
- 2033 hive\key\...\value. For example,\n
- 2034 HKEY_LOCAL_MACHINE\System\CurrentControlSet\\n
- 2035 Control\TimeZoneInformation\StandardName.\n\n
- 2037 /F file Specifies the filename of the text file\n
- 2038 to use.\n\n
- 2040 /A x,y Specifies absolute file coordinates\n
- 2041 (line X, item Y) as parameters to search \n
- 2042 within the file.\n\n
- 2044 /R x,y string Specifies relative file coordinates with\n
- 2045 respect to "string" as the search parameters.\n\n
- 2047 /M Specifies that the variable should be set in\n
- 2048 the system wide (HKEY_LOCAL_MACHINE)\n
- 2049 environment. The default is to set the\n
- 2050 variable under the HKEY_CURRENT_USER \n
- 2051 environment.\n\n
- 2053 /X Displays file contents with x,y coordinates.\n\n
- 2055 /D delimiters Specifies additional delimiters such as ","\n
- 2056 or "\". The built-in delimiters are space,\n
- 2057 tab, carriage return, and linefeed. Any \n
- 2058 ASCII character can be used as an additional\n
- 2059 delimiter. The maximum number of delimiters,\n
- 2060 including the built-in delimiters, is 15.\n\n
- 2062 /? Displays this help message.\n\n
- 2064 NOTE: 1) SETX writes variables to the master environment in the registry.\n\n
- 2067 2) On a local system, variables created or modified by this tool\n
- 2068 will be available in future command windows but not in the\n
- 2069 current CMD.exe command window.\n\n
- 2071 3) On a remote system, variables created or modified by this tool\n
- 2072 will be available at the next logon session.\n\n
- 2074 4) The valid Registry Key data types are REG_DWORD, REG_EXPAND_SZ,\n
- 2075 REG_SZ, REG_MULTI_SZ.\n\n
- 2077 5) Supported hives: HKEY_LOCAL_MACHINE (HKLM),\n
- 2078 HKEY_CURRENT_USER (HKCU).\n\n
- 2080 6) Delimiters are case sensitive.\n\n
- 2082 7) REG_DWORD values are extracted from the registry in decimal \n
- 2083 format.\n\n
- 2086 Examples:\n
- 2087 SETX MACHINE COMPAQ \n
- 2088 SETX MACHINE "COMPAQ COMPUTER" /M\n
- 2089 SETX MYPATH "%PATH%"\n
- 2090 SETX MYPATH ~PATH~\n
- 2091 SETX /S system /U user /P password MACHINE COMPAQ \n
- 2092 SETX /S system /U user /P password MYPATH ^%PATH^% \n
- 2093 SETX TZONE /K HKEY_LOCAL_MACHINE\System\CurrentControlSet\\n
- 2094 Control\TimeZoneInformation\StandardName\n
- 2095 SETX BUILD /K "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\n
- 2096 NT\CurrentVersion\CurrentBuildNumber" /M\n
- 2097 SETX /S system /U user /P password TZONE /K HKEY_LOCAL_MACHINE\\n
- 2098 System\CurrentControlSet\Control\TimeZoneInformation\\n
- 2099 StandardName\n
- 2100 SETX /S system /U user /P password BUILD /K \n
- 2101 "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\\n
- 2102 CurrentVersion\CurrentBuildNumber" /M\n
- 2103 SETX /F ipconfig.out /X \n
- 2104 SETX IPADDR /F ipconfig.out /A 5,11 \n
- 2105 SETX OCTET1 /F ipconfig.out /A 5,3 /D "#$*." \n
- 2106 SETX IPGATEWAY /F ipconfig.out /R 0,7 Gateway\n
- 2107 SETX /S system /U user /P password /F c:\ipconfig.out /X\n
- 5001 ERROR:
- 5002 WARNING:
- 5003 SUCCESS:
- 5004 INFO:
- 5005 N/A
- 5501 Type the password for %s:
- 5502 Passing the user credential for local connection.\n
- 5503 The target system must be running Windows XP or above.\n
- 5504 The remote system must be running Windows 2000 or above.\n
- 5601 Invalid syntax. '%s' value is not allowed for '%s' option.\n%s\n
- 5602 Invalid syntax. Specify valid numeric value for '%s'.\n%s\n
- 5603 Invalid syntax. Specifiy valid floating point value for '%s'.\n%s\n
- 5604 Invalid syntax. Mandatory option '%s' is missing.\n%s\n
- 5605 Invalid syntax. '%s' option is not allowed more than '%d' time(s).\n%s\n
- 5607 Invalid argument/option - '%s'.\n%s\n
- 5608 Invalid syntax. Default argument is missing.\n%s\n
- 5609 Length of the command line argument should not exceed 255 characters.\n
- 5610 Invalid syntax. Default option is not allowed more than '%d' time(s).\n%s\n
- 5611 Invalid syntax. Value expected for '%s'.\n%s\n
- 5612 Invalid syntax. '%s' value is not allowed as default argument.\n%s\n
- 5613 Type "%s /?" for usage.
- 5614 Value for '%s' option cannot be empty.\n%s\n
- 5615 Value for default option cannot be empty.\n%s\n
- 5616 Invalid syntax. Specify valid numeric value for default.\n%s\n
- 5617 Invalid syntax. Specifiy valid floating point value for default.\n%s\n
- 5618 Value for default option cannot be more than %d character(s).\n
- 5619 Invalid syntax. Value cannot be specified with '%s' option.\n%s\n
- 5620 Value for '%s' option cannot be more than %d character(s).\n
-