暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415
  1. @ECHO OFF
  2. chcp 65001
  3. title update
  4. set current_path=%cd%
  5. set frame_path=%current_path%\..\jlyypt-frame
  6. echo 当前路径%current_path%
  7. echo 框架路径%frame_path%
  8. echo 2024-10-14更新
  9. xcopy %current_path%\framework.jar %frame_path%\framework\ /y
  10. pause