Run batch file from a form

  • Thread starter Thread starter Rick
  • Start date Start date
R

Rick

I have a command button that has a coded procedure behind
it to run a batch file (the batch file gets text files
from an ftp site). I would like to add some new lines of
code to the end of the procedure, but I need these new
lines of code to WAIT until the batch file has completed
its transferring of the text files before they run. How
might I do this? Thanks for any help,
-Rick
 
Back
Top