Skip to content

Commit

Permalink
Add bat file to open README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skanmera committed Oct 29, 2017
1 parent c2ad63c commit ca1f6ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ExcelMerge.GUI/open_readme.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@echo off

for /f "tokens=3 delims= " %%a in ('chcp') do set lang=%%a

if "%lang%" == "932" (
start "" https://github.com/skanmera/ExcelMerge/blob/master/README.jp.md#readme ) else (
start "" https://github.com/skanmera/ExcelMerge/blob/master/README.md#readme )

0 comments on commit ca1f6ac

Please sign in to comment.