From 4a523204a136f8c8ebc32d52c61d7a8000035b20 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:22:45 -0500 Subject: [PATCH] =?UTF-8?q?turnero:=20simplificar=20bat=20kiosko=20?= =?UTF-8?q?=E2=80=94=20una=20sola=20l=C3=ADnea=20sin=20detecci=C3=B3n=20de?= =?UTF-8?q?=20ruta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- kiosko_chrome.bat | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/kiosko_chrome.bat b/kiosko_chrome.bat index 9923bdb..26e659d 100644 --- a/kiosko_chrome.bat +++ b/kiosko_chrome.bat @@ -1,27 +1,5 @@ @echo off -:: Cerrar Chrome completamente para que los flags apliquen taskkill /F /IM chrome.exe >nul 2>&1 timeout /t 2 /nobreak >nul -:: Buscar Chrome en rutas comunes -set CHROME= -if exist "C:\Program Files\Google\Chrome\Application\chrome.exe" ( - set CHROME="C:\Program Files\Google\Chrome\Application\chrome.exe" -) -if exist "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" ( - set CHROME="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -) -if "%CHROME%"=="" ( - echo No se encontro Chrome. Verifica la instalacion. - pause - exit /b 1 -) - -start "" %CHROME% ^ - --kiosk ^ - --kiosk-printing ^ - --disable-print-preview ^ - --no-first-run ^ - --no-default-browser-check ^ - --disable-infobars ^ - "https://erp.laboratorioximenacaicedo.com/erp.php?m=turnero&v=kiosko&autoprint=1" +start "" "C:\Program Files\Google\Chrome\Application\chrome.exe" --kiosk --kiosk-printing --disable-print-preview "https://erp.laboratorioximenacaicedo.com/erp.php?m=turnero&v=kiosko&autoprint=1"