Brak opisu
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.

update.bat 276B

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