in reply to Re: unable to launch GfxUI.exe using Proc::Background
in thread unable to launch GfxUI.exe using Proc::Background

Thanks for the post. In the approach you mentioned, the line

my $proc1 = Proc::Background->new($loc); $proc1->wait;
which is almost the same I have used in my code,is not launching the Graphics UI also did not return anything.