Detect-It-Easy/db/COM/_COM.0.sg
2026-05-25 21:03:46 +03:00

16 lines
No EOL
384 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
meta("operation system", "MS-DOS");
function detect() {
if (COM.isVerbose()) {
sName = COM.getOperationSystemName();
sVersion = COM.getOperationSystemVersion();
sOptions = COM.getOperationSystemOptions();
bDetected = true;
}
return result();
}