开发者

Is there a simple way of using XXXutil.exe?

I keep reading that I have to use svcUtil.exe, crmSvcUtil.exe and company with tons of parameters.

What I've been told is to use the c开发者_如何学编程ommand prompt, but this takes forever to type and returns errors most of the time.

Is there a simple way to use those executables? Something that, at least, supports copy/paste? And, of course, return clearly and precisely what is wrong instead of just doing nothing.

Thank you!


1) Open up a text editor and type in the same line that you would put into the command line

2) Save the file with the .bat extension (say, myfile.bat)

3) Open up the command prompt, navigate to where ever you saved the file, and run that file

(i.e. you're making a quick batch script that does nothing else but run your command)


So my conclusion is:

  • There is no simpler way of using those utilities (no wizard or other facilitator)
  • To debug the utility, the best best is to look again and again and, if you can't find the error, ask someone
  • Command prompt supports copy/paste through the top left menue of the command window

Thank you for your help

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜