Open exe's in same window

Hi

I have a menu.exe opening up 3 seperate exe’s. Is it possible to open up the 3 seperate exe’s in the same window as the menu.exe???

This is what I have at the moment:

on (keyPress “<Space>”) {
fscommand(“Exec”, “page01.exe”);
}

Thanks for your help
E