From: Konovalov, V. <vko...@sp...> - 2004-09-10 14:16:30
|
> > > > Of course I'll try helping with resolving extra window. May > > > be I will be > > > > able getting such executable today. > > > > Its a bit unusual that extra window bothers you. > > > > > > Could I have a mips and arm binary? I'm just about done testing > > > on my mips and about to start on arm. > > > > I did RTFS a bit and discovered that current binaries do > support running > > without console window. > > Thanks to Rainer Keuchel, he designed such a feature. > > > > Just pass --noconsole argument/option to perl.exe and it > will execute > > without console! > > > > You could play a bit with registry settings: setup to run > .pl extensions > > without it and, say, .wpl to run with such an option, and > you're done! > > so would my register setup be > > cereg -k "HKCR\perlfile\Shell\open\command" -n "" -v > """"%perlexe%""" --noconsole ""%%1""" something similar to this... Yet you could try this this approach with PerlIDE. |