Calling a command line

K

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

Thanks!
 
S

Stefan Hoffmann

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 <--
 
Top