Browse Source

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

Pierre-Yves Barriat 2 năm trước cách đây
mục cha
commit
a8721c112a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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%