// DIE's signature file init("operation system","Windows"); function detect(bShowType,bShowVersion,bShowOptions) { if (PE.isVerbose()) { sName = PE.getOperationSystemName(); sVersion = PE.getOperationSystemVersion(); sOptions = PE.getOperationSystemOptions(); bDetected=1; } return result(bShowType,bShowVersion,bShowOptions); }