Skip to content

Commit

Permalink
Quitando que se muestren las variables cuando se leen del archivo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chixpy committed May 17, 2018
1 parent a805b36 commit a751924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LNSCompFE.wiki
5 changes: 1 addition & 4 deletions bin/LNSComp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ SET $LNSEjecutable=mamearcade.exe
SET $LNSFechaFin=%date%

IF EXIST "%$LNSConfig%" (
echo on
FOR /F "delims=" %%A IN (%$LNSConfig%) DO SET "%%A"
echo off
pause
) ELSE (
CALL :LNSConfig
)
Expand Down Expand Up @@ -110,7 +107,7 @@ IF NOT DEFINED $LNSFichAct (
)
CLS
echo.
ECHO %date% Fin del campeonato: %$LNSFechaFin:~0,8%% %time:~0,8%
ECHO %date% %time:~0,8% - Fin del campeonato: %$LNSFechaFin%
ECHO -----------------------------------------------------------------------------
ECHO CAMPEONATO DE LAS NOCHES SKYPERAS
ECHO -----------------------------------------------------------------------------
Expand Down

0 comments on commit a751924

Please sign in to comment.