Skip to content

Instantly share code, notes, and snippets.

@TaiNing1237
TaiNing1237 / MagicInstall.bat
Created January 1, 2026 04:12
Office 2024 MagicInstall Script
@echo off
setlocal
:: =========================================================
:: 重要:切換到腳本所在的資料夾
:: 這能解決 "找不到 xml" 或路徑錯誤的問題
:: =========================================================
cd /d "%~dp0"
:MENU
CLS