For Programmers: Free Programming Magazines  


Home > Archive > Visual Basic > April 2004 > Re: executing EXE via vb app









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: executing EXE via vb app
Ken Halter

2004-04-27, 7:31 pm

Rafael Chemtob wrote:
> hi,
> I created 4 different VB apps and 1 master VB that needs to execute each of
> the 4 apps. How would I call these apps to execute? Each one has a sub
> main procedure.
>
> thanks


The basics would be....

Shell "Full\Path\To\One\Of\Your\Programs.exe"

it doesn't matter if it's a VB program or not.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com