5 lines
69 B
Batchfile
5 lines
69 B
Batchfile
@REM @echo off
|
|
call conda activate fbh_base
|
|
python gen_word.py
|
|
pause
|