Hi,
On 10/09/2012 07:29, Erik Colson wrote:
Hi,
When a wxPerl app is run on windows you can view the process name in the
task manager which is 'perl.exe'. Can this be renamed ? Is it enough to
rename the perl.exe on the disk to something else and are there any
caveats related to this ?
Your second option will work perfectly well. Just copying perl.exe to
some other name has no downside. In fact, wperl.exe is just a renamed
perl.exe with its subsystem set to 'WINDOWS' rather than 'CONSOLE'.
It probably needs to be in the ...\Perl\bin directory unless you want to
be creative with relative paths.
Regards
Mark