Bat file to run a .exe at the command prompt

后端 未结 11 1636
萌比男神i
萌比男神i 2020-12-04 08:09

I want to create a .bat file so I can just click on it so it can run:

svcutil.exe /language:cs /out:generatedProxy.cs /config:app.config http://localhost:800         


        
11条回答
  •  天涯浪人
    2020-12-04 08:36

    What's stopping you?

    Put this command in a text file, save it with the .bat (or .cmd) extension and double click on it...

    Presuming the command executes on your system, I think that's it.

提交回复
热议问题