execute , run , another application

giannimaione

Well-Known Member
Licensed User
Longtime User
I will developer a big application. Now I will create many little programms.
How can I execute from MainMenu.exe another programm?
Can I use shell ... shell ("MyProgram.exe","") ????
:sign0085:
 

Cableguy

Expert
Licensed User
Longtime User
Hi,

Yes You can, but the mini app will be independat from the main app, and if You wish to sahre info between mini-apps you have to use external textfiles created/read by them...
 

giannimaione

Well-Known Member
Licensed User
Longtime User
Hi Paulo,
I understand...
Ok too for external textfiles for sharing info...
but SHELL is only solutions?

obrigado

Gianni Maione
Naples, Italy
 

Cableguy

Expert
Licensed User
Longtime User
Hi again

Yes I believe so, to run aother program, that is to say another EXE file one must call the shell command....
 
Top