Chev - DOS/Command Prompt Reference
* This command is available only in non-English version of MS-DOS (i.e. Japanese version or etc.)
Change the current language. ([Windows] Recommended to use Chcp.)
Note: The below data is researched in Japanese MS-DOS. The syntax and etc. may differ from non-Japanese MS-DOS.
Syntax
chev[.com] [JP | US]
JP | US |
Sets the language to Japanese for JP and English for US environment. If omitted, the current language will be displayed. |
Details
This command returns an exit code (error code). The error code vary depending on whether parameters are specified or not.
Without parameters | |
---|---|
Code | Meaning |
0 | English mode |
1 | Japanese mode |
With parameters | |
Code | Meaning |
0 | The operation has finished successfully. |
1 | Switching may have failed, but the process continued. |
2 | The process was aborted at the point where the switch failed. |
3 | The MS-DOS version may not be compatible, or the environment is not suitable for switching. |
4 | Invalid parameter. |