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
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
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
3 matches
Mail list logo