Bat file to run a .exe at the command prompt

后端 未结 11 1610
萌比男神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条回答
  •  萌比男神i
    2020-12-04 08:39

    Just put that line in the bat file...

    Alternatively you can even make a shortcut for svcutil.exe, then add the arguments in the 'target' window.

提交回复
热议问题