bat file. delete until success?
Posted
by acidzombie24
on Stack Overflow
See other posts from Stack Overflow
or by acidzombie24
Published on 2010-05-21T23:32:54Z
Indexed on
2010/05/21
23:40 UTC
Read the original article
Hit count: 156
batch-file
I run a bat file to clean up and sometimes it takes a few seconds for my app to full close. In it i delete a database. Instead of waiting or running it multiple times i would like the bat file to continue its attempts until it has a success. How can i do that?
© Stack Overflow or respective owner