Creating a .bat file
Posted
by kiran826
on Stack Overflow
See other posts from Stack Overflow
or by kiran826
Published on 2010-04-27T15:31:04Z
Indexed on
2010/04/27
15:33 UTC
Read the original article
Hit count: 256
batch-file
Hi,
I am trying to execute a command CSRUN.exe with certain parameters from command prompt. I am able to do this using command prompt. Everytime instead of invoking this from the command prompt, i thought of writing a batch file, where in a single click will help me and also i forward this to someone who wants to execute.
Following is the one i am executing from the command prompt, which i want to have in a batch file
C:\Program Files\Windows Azure SDK\v1.1\bin>csrun.exe E:\Publish\ServiceConfiguration.csx E:\Publish\ServiceConfiguration.cscfg /launchbrowser
Can somebody suggest me how to create a batch file for invoking this command?
© Stack Overflow or respective owner