Computing.Net > Forums > Programming > How to call one batch file from another

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How to call one batch file from another

Reply to Message Icon

Name: thillaithinesh
Date: May 24, 2009 at 01:05:27 Pacific
OS: Windows XP
Subcategory: Java
Comment:

How to call one batch file after completing of another batch file.
i am having one batch file to run the jboss server,after the server started.Then only the i have to start the browser from one batch file.Pls help me if u find any solution.



Sponsored Link
Ads by Google

Response Number 1
Name: Mechanix2Go
Date: May 24, 2009 at 01:14:09 Pacific
Reply:

If your BATS are named ONE & TWO, on the last line of the first BAT:

call TWO

But you probably don't want to call TWO because there's nothing left to do in ONE. So make the last line:

TWO


=====================================
If at first you don't succeed, you're about average.

M2


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: How to call one batch file from another

How to run a batch file on another www.computing.net/answers/programming/how-to-run-a-batch-file-on-another-/15653.html

how to call a batch file from html www.computing.net/answers/programming/how-to-call-a-batch-file-from-html/1539.html

Call local html file from batch file www.computing.net/answers/programming/call-local-html-file-from-batch-file/1186.html