The problem is solved
I am using the task scheduler to create a simple task with this .bat
@echo off
TASKKILL /IM ProgressBarsOfLife.exe /F
cd "O:\Mis documentos en O\SOFTWARE GESTION\ProgressBarsOfLifePortableACER"
rem ver si aquĆ puedo aplicar el comando close
cls
START "" "O:\Mis documentos en O\SOFTWARE GESTION\ProgressBarsOfLifePortableACER\ProgressBarsOfLife.exe" /MAX
exit
Best Regards.