Re: Starting Another Process While Another Is Already Running

new topic     » goto parent     » topic index » view thread      » older message » newer message

Louis Bryant wrote:

> Hello, I'd like to know how to start one process, then have the program run
> another process in the background. It seems as though system_exec() and
> system()
> both wait for the process called by them to finish execution before letting
> your process resume tasks. Is there a way to call a process and let yours
> continue
> without Win32Lib.ew? Or, does win32lib's ShellExecute functions do just that?
> Thanks!

system("start my_prog.exw", 0) should allow both to work independently,
Louis.

Regards,

Bob

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu