add_func:添加 auto_run_python.bat,双击即可执行python脚本
This commit is contained in:
parent
dbec37fad5
commit
1ac889d31a
@ -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
4
auto_run_python.bat
Normal file
@ -0,0 +1,4 @@
|
||||
@REM @echo off
|
||||
call conda activate fbh_base
|
||||
python gen_word.py
|
||||
pause
|
Loading…
x
Reference in New Issue
Block a user