Your meaning is not clear to me.
Do you mean
1. That other platforms (Linux I assume) can run native Windows apps and in that environment you can use exec* and spawn* to start applications?
2. Some development platform for Windows (not DevStudio) has library support for exec* and spawn* which can start Windows apps?
3. Something else?
I was saying that by using exec* or spawn* OP can run all possible apps under Windows.Under Linux i'm not sure that OP can run windows app becasue they don't exist on it(or even if they do,they don't have same location or same name).But it can surely run some Unix based apps.
Now it's all up to the OP to select!
Especialy with usage of spawn* user, or in this case our OP, can specify
mode for executing that app which puts spawn* more modular then exec*, I assume
Savage