Explorar el Código

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

Pierre-Yves Barriat hace 2 años
padre
commit
0ef6340100
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      exercices/ex.2/win_create.bat

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

@@ -6,7 +6,7 @@ SET SOME_VAR="main.cpp~"
 DEL /S "%SOME_VAR%" || echo "file not found"
 SET SOME_VAR=out
 RD /S /Q "%SOME_VAR%" || echo "file not found"
-rem CALL :_ex
+CALL :_ex
 
 EXIT /B %ERRORLEVEL%