add_func:添加 auto_run_python.bat,双击即可执行python脚本

This commit is contained in:
fengbohan 2023-08-16 16:01:08 +08:00
parent dbec37fad5
commit 1ac889d31a
2 changed files with 10 additions and 4 deletions

View File

@ -4,6 +4,7 @@
> 替换对应的日期,不会修改工作内容
>
- 若已经存在同名文档,则不执行
- 添加 `auto_run_python.bat`双击即可执行python脚本
## 待添加功能
@ -11,11 +12,12 @@
## 运行程序
```powershell
1. ```powershell
python gen_word.py
```
2. 双击 `auto_run_python.bat`
成功运行的log
### 成功运行的log
```powshell
pre file name: 2023WW32周工作报告_冯博涵.doc;

4
auto_run_python.bat Normal file
View File

@ -0,0 +1,4 @@
@REM @echo off
call conda activate fbh_base
python gen_word.py
pause