cascadium / wsl-windows-toolbar-launcher

Adds linux GUI application menu to a windows toolbar
MIT License
1.21k stars 50 forks source link

Added --batch-encoding and --use-batch-newline-crlf #17

Closed suikwasha closed 4 years ago

suikwasha commented 4 years ago

Added support for some environments (ex: japanese) In japanese environment, cmd.exe's default codepage is CP932 so bat file should be saved with CP932 and CRLF

I added some optional arguments to specify encoding and newline character

$python3 wsl_windows_toolbar.py --batch-encoding CP932 --use-batch-newline-crlf