PDA

View Full Version : batch file



sroy
20th January 2016, 20:28
I have 1st bat file(myFileAll.bat) which has

myFile1.bat ../project/MyApp1.pro
myFile1.bat ../project/MyApp2.pro
myFile1.bat ../project/MyApp3.pro
myFile1.bat I am passing %1%2%3 as parameters

But only MyApp1.exe is building the rest two are not

anda_skoa
21st January 2016, 05:45
You could use a .pro file with template "subdirs" instead and add the three existing .pro files to its SUBDiRS variable.

Cheers,
_