I would execute an exe file or bat file after the compilation of the program in C ++ is completed. How can i do this?
EDIT 1 This is my actual command line:
start "C:\mypath\myexe.exe myarguments"
Check out the Build Events section of the C ++ project configuration settings. Here you can define the commands to run before building the project, before starting the linker and after creating the project.
Check the command line Event Build, in the project properties.
Source: https://habr.com/ru/post/1341504/More articles:fake serialization information - c ##pragma alloc_text (PAGE, function_name) - windowsThe reference to the object "f" must end with ";" limiter - androidWhat is the average line number for a method / class? - javaWhat is the difference between ccTouchesCancelled and ccTouchesEnded in Cocos2d? - iphonecombing DELETE and LIKE in sqlite statement - sqliteHow to make the area on the thumbnail of the taskbar transparent in Windows 7? - c #Detecting "enter" keyup event on checkbox - javascriptInvalid certificate and httpclient error on Android - androidHow about a language providing both callsigns and callsigns? - programming-languages | fooobar.comAll Articles