Browse Source

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

Pierre-Yves Barriat 2 years ago
parent
commit
780893203c
1 changed files with 1 additions and 1 deletions
  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"
 DEL /S "%SOME_VAR%" || echo "file not found"
 SET SOME_VAR="second.txt"
 SET SOME_VAR="second.txt"
 DEL /S "%SOME_VAR%" || echo "file not found"
 DEL /S "%SOME_VAR%" || echo "file not found"
-rem CALL :_ex
+CALL :_ex
 
 
 EXIT /B %ERRORLEVEL%
 EXIT /B %ERRORLEVEL%