Creating a .bat file -
i trying execute command csrun.exe parameters command prompt. able using command prompt. everytime instead of invoking command prompt, thought of writing batch file, in single click me , forward wants execute.
following 1 executing command prompt, want have in batch file
c:\program files\windows azure sdk\v1.1\bin>csrun.exe e:\publish\serviceconfiguration.csx e:\publish\serviceconfiguration.cscfg /launchbrowser
can suggest me how create batch file invoking command?
just put commands in file
csrun.exe e:\publish\serviceconfiguration.csx e:\publish\serviceconfiguration.cscfg /launchbrowser
and name something.bat
Comments
Post a Comment