Calling a command line

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How would I call the following command line from within my Form?

"C:\Program Files\ABC Amber Advantage Converter\abcadv.exe" "C:\demo.adt"
"C:\demo.dbf" 1

Thanks!
 
hi Ken,
How would I call the following command line from within my Form?

"C:\Program Files\ABC Amber Advantage Converter\abcadv.exe" "C:\demo.adt"
"C:\demo.dbf" 1
Use
VBA.Interaction.Shell "command"


mfG
--> stefan <--
 

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