Does anyone knows how to start a process in "build events" visual studio? for example
TASKKILL /FI "IMAGENAME eq notepad.exe" /F
sleep 3
if $(ConfigurationName)==Debug @echo do some stuff of building and copyng dll files build
C:\notepad.exe
in the last line, it get stuck and it can't finish to build dll. I try to add ampersand like linux shell to run the process but i didn't have any success.