Help for this page
system("start /b notepad $filename");
my $editor = $ENV{EDITOR} || 'notepad.exe'; system("start /b $editor $filename;