Well...
Firstly, I didn't actually mean to use "start" to start Notepad... just do it directly so that no other system programs are involved - less variables in the equation.
Second, now you can try this:
system("c:\\program files\\internet explorer\\iexplore.exe $File");
(note no "start" command here)
If you still have 30-sec delay, then the problem is in Perl starting IE. You can try starting a different browser to check it further.
If not... just use it that way as it will mean that the system uses these 30 seconds to find the application that should be used with this extension.
--------------------------------
An idea is not responsible for the people who believe in it...
|