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
To start a program and then close command prompt without waiting for program to exit:
start /d "path" file.exe