shadowbrokers-exploits/windows/Resources/Ep/Scripts/dirwrapper.eps

12 lines
162 B
PostScript
Raw Normal View History

@echo off;
@record on;
`dir "$argv[1]"`;
@record off;
string $blah = GetCmdData("name");
if (defined $blah) {
return true;
} else {
return false;
}