Files
whatsapp/kiosko_chrome.bat
T
2026-07-21 15:18:05 -05:00

12 lines
384 B
Batchfile

@echo off
:: Cerrar Chrome completamente para que los flags apliquen
taskkill /F /IM chrome.exe >nul 2>&1
timeout /t 2 /nobreak >nul
start "" "C:\Program Files\Google\Chrome\Application\chrome.exe" ^
--kiosk-printing ^
--disable-print-preview ^
--no-first-run ^
--no-default-browser-check ^
"https://erp.laboratorioximenacaicedo.com/erp.php?m=turnero&v=kiosko&autoprint=1"