start_auto_commit.bat 608 B

12345678910111213141516171819202122
  1. @echo off
  2. REM ***************************************************************************
  3. REM @Contact : liuyuqi.gov@msn.cn
  4. REM @Time : 2024/07/22 14:44:35
  5. REM @Version : 1.0
  6. REM @License : (C)Copyright 2019 liuyuqi.
  7. REM @Desc : 引导输入一个路径,执行 auto_commit.exe
  8. REM %1 - ext_name
  9. REM %2 - characters replaced
  10. REM %3 - new characters
  11. REM ***************************************************************************
  12. setlocal
  13. set ext_name=%1
  14. set characters_replaced=%2
  15. set new_characters=%
  16. echo.
  17. echo "please input a path:"
  18. set /p path=
  19. call auto_commit.exe --path %path%