Prechádzať zdrojové kódy

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

Pierre-Yves Barriat 2 rokov pred
rodič
commit
04b211ad81
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      exercices/ex.3/win_create.bat

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

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