This repository has been archived on 2026-06-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
CLEAN_EVERYTHING/clean_logs.bat
T
2025-01-15 18:08:03 +08:00

7 lines
83 B
Batchfile

@echo off
chcp 65001 >nul
echo 日志清理完成
pause
python clean_logs.py
pause