RE: [perl-win32-gui-users] running another program

2006-03-30 Thread Jeremy White
Please tell me what is the correct way of running another .exe program under Windows from a program made using Win32::GUI. For example I want to be able to press a button which opens a separate program, but I don't want to maintain any relation between those 2 programs. (Just like when the seco

RE: [perl-win32-gui-users] running another program

2006-03-30 Thread Harlan Carvey
Jeremy, Depending upon the granularity of control that you need, I like to use Win32::Job to launch another program. Harlan --- Jeremy White <[EMAIL PROTECTED]> wrote: > > >Please tell me what is the correct way of running > another .exe program > >under > >Windows from a program made using W

Re: [perl-win32-gui-users] running another program

2006-03-30 Thread Robert May
Please tell me what is the correct way of running another .exe program under Windows from a program >>> made using Win32::GUI. >> Jeremy White <[EMAIL PROTECTED]> wrote: Use Win32::GUI::ShellExecute >Harlan Carvey wrote: > I like to use Win32::Job or use Win32::Process; or system("start