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