I'm programming Perl in Win32 environment.<br>I've tried to run another program by using the system()<br>But sometime it's working, sometimes not.<br>example:<br> <br> system("notepad.exe" #working<br> system("Excel.exe" #working<br> system("AcroDist.exe" #not work<br> <br>I even specified the file path for the "AcroDist.exe"<br>program, but it still doesn't work. I feel this function<br>only works for Microsoft applications. If you have any<br>solution, please let me know.... Thank you so much.<br>