DOS command line execution

  • Thread starter Thread starter lavanya
  • Start date Start date
L

lavanya

I use ACCESS 2000.
I have a form that does some processing and then has to
run a command line utility based on form input, wait for
it to finish and then continue. What is the best way to
do this ?
DO I use the Runapp or shell command? It seems that the
shell command will not finish for the execution before
proceeding to the next statement.
Any help will be appreciated.
 
It can be found here.

http://www.mvps.org/access/api/api0004.htm

--
Wayne Morgan
Microsoft Access MVP


rosco said:
Terry Kreft has written a bit of code called Shell_Wait that will probably
do what you want. I've used it to run other windows based apps
asymmetrically. I can't remember where I got it from though. Perhaps someone
else here, knows the site.
 
thanks for the info. that should work well.
-----Original Message-----
It can be found here.

http://www.mvps.org/access/api/api0004.htm

--
Wayne Morgan
Microsoft Access MVP


that will probably
do what you want. I've used it to run other windows based apps
asymmetrically. I can't remember where I got it from though. Perhaps someone
else here, knows the site.


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top