Use chcp
command to change active code page to 65001 for utf-8.
chcp 65001
Related Contents:
- Batch script loop
- How to echo with different colors in the Windows command line [closed]
- What is the proper way to test if a parameter is empty in a batch file?
- How can I auto-elevate my batch file, so that it requests from UAC administrator rights if required?
- Why does only the first line of this Windows batch file execute but all three lines execute in a command shell?
- How to delete a folder and all contents using a bat file in windows?
- How to start an application without waiting in a batch file?
- Resolve absolute path from relative path and/or file name
- How to skip “are you sure Y/N” when deleting files in batch files
- Can a Windows batch file determine its own file name?
- Redirecting Output from within Batch file
- Windows batch file file download from a URL
- Windows XP or later Windows: How can I run a batch file in the background with no window displayed?
- How to check command line parameter in “.bat” file?
- How to use random in BATCH script?
- How to check if a service is running via batch file and start it, if it is not running?
- XCOPY: Overwrite all without prompt in BATCH
- Set the value of a variable with the result of a command in a Windows batch file [duplicate]
- How to read input from console in a batch file?
- Several ways to call a windows batch file from another one or from prompt. Which one in which case?
- Windows batch file starting directory when ‘run as admin’
- How to zip a file using cmd line?
- How to execute programs in the same directory as the windows batch file?
- Change current directory to the batch file directory
- call batch file and run using its own path/directory
- Do Windows batch files have a %* construction?
- Difference between IISRESET and IIS Stop-Start command
- Batch – Echo or Variable Not Working
- Why “The system cannot find the batch label specified” is thrown even if label exists?
- Windows batch – concatenate multiple text files into one
- How to split a string by spaces in a Windows batch file?
- How are environment variables used in Jenkins with Windows Batch Command?
- Set windows environment variables with a batch file
- How to concatenate strings in a Windows batch file?
- Escape percent in bat file
- Create a list or an array and print each item in Windows Batch
- How to concatenate strings in windows batch file for loop?
- Print time in a batch file (milliseconds)
- Detect whether current Windows version is 32 bit or 64 bit
- Batch file encoding
- How to change directory to run .bat files from different drive?
- How to store the hostname in a variable in a .bat file?
- How to ftp with a batch file?
- batch parameters: everything after %1
- What does /p mean in set /p?
- Escaping parentheses within parentheses for batch file
- Parallel execution of shell processes
- How to persistently set a variable in Windows 7 from a batch file?
- Executing a batch script on Windows shutdown
- Copy files on Windows Command Line with Progress