shadowbrokers-exploits/windows/Resources/Ep/Scripts/DarkSkyline/VerifyRunning.eps
2017-04-14 11:45:07 +02:00

21 lines
No EOL
497 B
PostScript

#--------------------------------------------------------
# File: VerifyRunning.eps
#
# Wrapper script to verify DarkSkyline tools are running
#
# Modifications:
# 12/03/2002 Created.
# 02/03/2004 Updated to use DriverIncludes
#--------------------------------------------------------
@include "_DriverIncludes.epm";
@echo off;
if ($argc != 2) {
echo "Usage: $argv[0] <driverName>";
return false;
}
string $driver = $argv[1];
return _DriverVerifyRunning($driver);