TechiWarehouse.Com


Top 3 Products & Services

1.
2.
3.

Dated: Mar. 22, 2012

Related Categories

DOS

Do you like tinkering with Windows Command Line? It's an awesome way to learn batch scripting. But at times you may have a series of batch files that you would want to run or execute. Well, many folks don't know but there is a method that is used to do exactly that.

We get asked this too many times. To use any batch script, from within a script will require the CALL command.

Here is an example:
CALL AnotherBatchFile.bat

But keep in mind that this will pause the execution of the first batch file and will wait for the completion or full execution of the called upon batch script before proceding.

Command Prompt

 

However, if you would like to run both batch

 scripts simultaneously, it would require the START command. As always, when it doubt, always use the /? for help. An example for each would be CALL /? and START /? from the command prompt.

Hope this answers a ton of similar questions.

Now that you've gotten free know-how on this topic, try to grow your skills even faster with online video training. Then finally, put these skills to the test and make a name for yourself by offering these skills to others by becoming a freelancer. There are literally 2000+ new projects that are posted every single freakin' day, no lie!


Previous Article

Next Article