how to run a batch file using c++?

后端 未结 1 1826
我寻月下人不归
我寻月下人不归 2021-01-24 05:04

how to run a batch file using c++?

I dont know any thing about that

相关标签:
1条回答
  • 2021-01-24 05:32

    Please see the system() function.

    http://www.cplusplus.com/reference/clibrary/cstdlib/system/

    0 讨论(0)
提交回复
热议问题