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