瀏覽代碼

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

Pierre-Yves Barriat 2 年之前
父節點
當前提交
04b211ad81
共有 1 個文件被更改,包括 1 次插入1 次删除
  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%