Browse Source

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

Pierre-Yves Barriat 2 years ago
parent
commit
a8721c112a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exercices/ex.5/win_create.bat

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

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