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
In reply to Re^2: Validating that service is fully stopped in Windows (sysinternals eula)
by Anonymous Monk
in thread Validating that service is fully stopped in Windows
by DarthBobToo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |