Please tell me what is the correct way of running another .exe program underWindows from a program made using Win32::GUI. For example I want to be able to press a button which opens a separateprogram, 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.