File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -85,16 +85,6 @@ console.log('- 배치 실행 파일 생성...');
8585
8686// run.bat (English version)
8787const runBatContent = `@echo off
88- setlocal enabledelayedexpansion
89- chcp 65001 >nul 2>&1
90- cls
91- color 0F
92-
93- echo.
94- echo ================================================================
95- echo SQL2Excel Tool v${ version }
96- echo ================================================================
97- echo.
9888
9989sql2excel-v${ version } .exe --lang=en
10090
@@ -106,18 +96,6 @@ console.log(` ✅ run.bat 생성 완료 (English)`);
10696
10797// 실행하기.bat (Korean version) - 배치 파일에서는 영문만 사용
10898const runBatKrContent = `@echo off
109- setlocal enabledelayedexpansion
110- chcp 65001 >nul 2>&1
111- cls
112- color 0F
113-
114- echo.
115- echo ================================================================
116- echo SQL2Excel Tool v${ version }
117- echo ================================================================
118- echo.
119- echo Starting SQL2Excel Tool in Korean mode...
120- echo.
12199
122100sql2excel-v${ version } .exe --lang=kr
123101
You can’t perform that action at this time.
0 commit comments