You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
|