Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

RE: Mass Compile

$
0
0

You just use batch file that has a recursive for, for example:

buildall.bat that contains:

setlocal
cd /D "D:\Visual Studio 2013\Projects"
for /R %%i in (*.sln) do msbuild %%i

Viewing all articles
Browse latest Browse all 4356

Trending Articles