Computing.Net > Forums > Programming > close one batch file, open 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.

close one batch file, open another

Reply to Message Icon

Name: screwed124816
Date: July 9, 2009 at 17:42:56 Pacific
OS: Microsoft Windows Vista Home Premium
CPU/Ram: 2 GHz / 2045 MB
Product: Hewlett-packard / Rc659aa-aba a1632x
Subcategory: Batch
Comment:

Hi,
Is there a way that you can make a batch file that
opens another batch file when it is closed?



Sponsored Link
Ads by Google

Response Number 1
Name: Impulse
Date: July 9, 2009 at 18:23:14 Pacific
Reply:

You cannot open a batch file when the other batch file is
closed.
You might want to try to start the batch file with:

call yourbatchfile.bat

and then exit.

If you are talking about a batch file that runs in the
background, then it opens the file after a certian time, then do
the following...

1. Download a batch file to EXE converter at
http://f2ko.de/English/b2e/download...

2. Code your batch file

3. Compile your batch file with the ghost application checkbox
selected.

If you give up, might as well give up everything in life.


0

Response Number 2
Name: Mechanix2Go
Date: July 9, 2009 at 18:34:34 Pacific
Reply:

LOL

You can put as the last line in the first bat:

battwo


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

M2


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Edit batch file while in ... VB.NET Error.



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: close one batch file, open another

How to call one batch file from another www.computing.net/answers/programming/how-to-call-one-batch-file-from-another/19151.html

Need Help with DOS batch file .. www.computing.net/answers/programming/need-help-with-dos-batch-file-/12751.html

batch file open program enter pwd www.computing.net/answers/programming/batch-file-open-program-enter-pwd/16893.html