Is there any way to detect error in windows batch file? (c++ code compilation)

后端 未结 0 1246
借酒劲吻你
借酒劲吻你 2020-12-15 13:35

I have written the run.bat file to compile as well as run my c++ code through the windows terminal. The file contains only two commands:

  1. g++ %1.cpp -o %1.exe

相关标签:
回答
  • 消灭零回复
提交回复
热议问题