This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| REM Lanzador del Sistema de Captura Solar Drone v5 | |
| REM Doble-click en este archivo para arrancar la captura | |
| cd /d "%~dp0" | |
| REM Verificar que config.json existe | |
| if not exist "config.json" ( | |
| echo. | |
| echo ERROR: No se encontro config.json |