trinadh
trinadh

Reputation: 137

Executing multiple command in visual studio command prompt using bat file

Hi i have multiple command need to execute in visual studio command prompt.

C:\iwatch\trunk\CPCE Client\mycalenderserviceclient
svcutil http://localhost:1544/mycalenderservice/mycalenderservice.svc /l:C# /out:Reference.cs /config:app.config  /ct:System.Collections.Generic.List`1 /t:code /n:*,iWatch.mycalenderservice/r:"C:\iwatch\trunk\CPCE Services\DataModel\obj\Debug\DataModel.dll
C:\iwatch\trunk\CPCE Client\mydatecontrolsserviceclient
svcutil http://localhost:7777/mydatecontrolsservice/mydatecontrolsservice.svc /l:C# /out:Reference.cs /config:app.config  /ct:System.Collections.Generic.List`1 /t:code /n:*,iWatch.mydatecontrolsservice /r:"C:\iwatch\trunk\CPCE Services\DataModel\obj\Debug\DataModel.dll

I want to execute these 4 commands one time in visual studio command prompt using batch file(.bat).

Upvotes: 0

Views: 372

Answers (0)

Related Questions