This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| setlocal | |
| :: ========================================================= | |
| :: 重要:切換到腳本所在的資料夾 | |
| :: 這能解決 "找不到 xml" 或路徑錯誤的問題 | |
| :: ========================================================= | |
| cd /d "%~dp0" | |
| :MENU | |
| CLS |