diff --git a/Installer/UpdateClient/check_updater.bat b/Installer/UpdateClient/check_updater.bat index 2f77940..6867e40 100644 --- a/Installer/UpdateClient/check_updater.bat +++ b/Installer/UpdateClient/check_updater.bat @@ -1,11 +1,11 @@ -@echo off +@echo off set "programa=factuges_updater.exe" REM Verifica si el programa está en ejecución tasklist /FI "IMAGENAME eq %programa%" 2>NUL | find /I /N "%programa%">NUL if "%ERRORLEVEL%"=="1" ( REM El programa no está en ejecución. Iniciando... - start "" /MIN "%programa%" /Tray REM Inicia el programa si no está en ejecución con el parámetro /Tray + start "" /MIN "c:\cliente\%programa%" /Tray REM Inicia el programa si no está en ejecución con el parámetro /Tray ) else ( REM El programa ya está en ejecución. ) \ No newline at end of file