Explorar o código

Update 'exercices/ex.4/win_create.bat'

Pierre-Yves Barriat %!s(int64=2) %!d(string=hai) anos
pai
achega
780893203c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      exercices/ex.4/win_create.bat

+ 1 - 1
exercices/ex.4/win_create.bat

@@ -4,7 +4,7 @@ SET SOME_VAR="first.txt"
 DEL /S "%SOME_VAR%" || echo "file not found"
 SET SOME_VAR="second.txt"
 DEL /S "%SOME_VAR%" || echo "file not found"
-rem CALL :_ex
+CALL :_ex
 
 EXIT /B %ERRORLEVEL%