shadowbrokers-exploits/windows/Resources/Ep/Scripts/ifthen/execute.epm
2017-04-14 11:45:07 +02:00

6 lines
78 B
Text

sub execute(IN string $command)
{
@echo on;
`$command`;
@echo off;
}