Skip to content

Commit

Permalink
Turn on all ECHO
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahbeckford committed Dec 6, 2024
1 parent 72910e6 commit b356b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dk.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ECHO OFF
@REM @ECHO OFF
REM ##########################################################################
REM # File: dkcoder\dk.cmd #
REM # #
Expand Down Expand Up @@ -221,7 +221,7 @@ SET DKTEMP_NONCE=%DK_WORKDIR%\%DK_NONCE%.cmd
REM We don't use nested parentheses or else we'd have to be concerned about delayed
REM variable expansion. https://stackoverflow.com/questions/24866477/if-call-exit-and-errorlevel-in-a-bat
IF EXIST "%DKTEMP_NONCE%" CALL "%DKTEMP_NONCE%" %*
@ECHO OFF
REM @ECHO OFF
SET CALLERROR=%ERRORLEVEL%
IF EXIST "%DKTEMP_NONCE%" DEL /Q /F "%DKTEMP_NONCE%"
SET DKTEMP_NONCE=
Expand Down

0 comments on commit b356b28

Please sign in to comment.