I just started with using batch files, my whole purpose of using them is to save the time I spend running the same commands(command line) and process (making moving folders)
Let me ask on a specific example for now:
I want to run this two commands in a single batch file
cd c:dir\..\dir\bin
prompt:
:WSDL.bat -o C:\somepatch\..\dir -uri someURL.xml
now instead of writing this three commands individually , I want them written on a single batch file , which would run every time the batch file is run.
I tried bunch of things ,but didn't really work out