Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Executing A Command Line

Status
Not open for further replies.

ebizleads

Technical User
Sep 14, 2005
57
US
I have to execute the following command line in a access module and then run a access macro:

\\Imsco\c\MsgParse\mpengine.exe /sx
Then run macro

I think I can do the macro part...but lost on running the above command line.

Thanks,

Ebiz
 

Command line execution:

Shell(pathname[,windowstyle])

See VBA Help for details.


TomCologne
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top