@echo off setlocal chcp 65001 >nul powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0tools\cards\cards_excel.ps1" import echo. echo Press any key to close this window. pause >nul