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 second program is opened from Windows Explorer).

Use Win32::GUI::ShellExecute

http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=reference-methods

Cheers,

jez.



Reply via email to