为visaul studio命令创建批处理文件
本文关键字:创建 批处理文件 命令 studio visaul | 更新日期: 2023-09-27 18:08:31
嗨,我有2个命令需要在visual studio命令提示符中使用批处理文件一次执行。
C:'iwatch'trunk'CPCE Client'InterviewManagementServiceClient>svcutil http://localhost:19021/InterviewManagementService/InterviewManagementService.svc/l: c#/out:Reference.cs/ct:System.Collections.Generic。1/t:code/n:*,iWatch。InterviewManagementService
C:'iwatch'trunk'CPCE Client'EfileServiceClient>svcutil http://localhost:19012/EfileService/EfileService.svc/l: c#/out:Reference.cs/ct:System.Collections.Generic。1/t:code/n:*,iWatch。EfileService
我想创建一个批处理文件(.bat文件),它将在visual studio命令提示符中执行这两个命令
我们可以创建一个批处理(.bat)文件,用于在visual studio命令提示符中执行下面解释的多个命令。
调用"C:'Program Files (x86)'Microsoft Visual Studio 10.0'VC'vcvarsall.bat"
上面的命令将调用visual studio命令提示符,然后我们必须编写多个命令,然后它将被执行并将此文件保存在。bat文件中。