Question: exec() and fork()

Hello! I need to have two simultaneous processes: first is maplet and second .exe. I tried fork and exec but there were errors:

Error, fork (exec) not supported on this platform.

What can I do with it? OS: Windows7 x64 

Using Maple 11.

Please Wait...