您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
123456789101112131415 |
- @ECHO OFF
- chcp 65001
- title update
- set current_path=%cd%
- set frame_path=%current_path%\..\jlyypt-frame
-
- echo 当前路径%current_path%
- echo 框架路径%frame_path%
-
- echo 2024-10-14更新
- xcopy %current_path%\framework.jar %frame_path%\framework\ /y
-
-
-
- pause
|