静默65001

This commit is contained in:
yuejiajun 2025-08-17 02:18:33 +08:00
parent 441b56f540
commit f1761fa2be
6 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,5 @@
@echo off
chcp 65001
chcp 65001 >nul
title MinIO Quick Start
set MINIO_EXE=minio.exe

View File

@ -1,5 +1,7 @@
@echo off
setlocal enabledelayedexpansion
chcp 65001 >nul
tital Import Data Into MySQL
:: MySQL 连接配置
set MYSQL_HOST=127.0.0.1

View File

@ -1,6 +1,7 @@
@echo off
chcp 65001
setlocal enabledelayedexpansion
chcp 65001 >nul
tital Initialize And Startup MySQL
:: 检查是否以管理员身份运行
net session >nul 2>&1

View File

@ -1,6 +1,7 @@
@echo off
chcp 65001
setlocal enabledelayedexpansion
chcp 65001 >nul
tital Register MySQL
:: 检查是否以管理员身份运行
net session >nul 2>&1

View File

@ -1,4 +1,6 @@
@echo on
chcp 65001 >nul
tital Install Redis Server
:: 检查是否以管理员身份运行
net session >nul 2>&1

View File

@ -1,6 +1,6 @@
@echo off
setlocal enabledelayedexpansion
chcp 65001
chcp 65001 >nul
title RocketMQ 5.x Quick Start (with Proxy)
:: 1. 检查 ROCKETMQ_HOME 是否存在