From: Konovalov, V. <vko...@sp...> - 2004-11-23 14:09:34
|
> > external commands could be executed using either system or using > > Win32::ShellEx(.......) > > Can you give me a hint where to find more information on > this. I'm not able > to start an external program with any of these. may be you need to just point full path to executable? This works: Win32::ShellEx('\Windows\calc.exe',0); but 'system' should work as well What did you tried? |