7 lines
161 B
Batchfile
7 lines
161 B
Batchfile
@echo off
|
|
chcp 65001 >nul 2>&1
|
|
title Ver Estadisticas del Analisis
|
|
cd /d "C:\Users\Administrator\Documents\fl_control"
|
|
python "src\analyzer\show_stats.py"
|
|
pause
|