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