Click to See Complete Forum and Search --> : Multiple Application Instance


Visual K
May 20th, 1999, 07:31 AM
I am curious as to what the necessary steps would be to start up another instance of the application from a menu command. I am not interested in any sharing of data between different applications and therefore assume that there will be multi-processes working. Could you please let me know the code that I would need to include at the application level?

olivier
May 20th, 1999, 07:49 AM
Use WinExec("C:\Temp\MyProg.exe", SW_SHOW)