in reply to Re: Validating that service is fully stopped in Windows
in thread Validating that service is fully stopped in Windows
use File::Fetch; my $ff = File::Fetch->new(uri => 'http://live.sysinternals.com/psservi +ce.exe'); my $where = $ff->fetch( to => $ENV{TEMP} || $ENV{TMP} ) or die $ff->er +ror; system $where, qw{ -? -accepteula /accepteula } ) ; ## run for each us +er
|
|---|