Sapete che, secondo quanto mi hanno detto in un newsgroup riferito alla programmazione dos, probabilmente sbaglio ad ottenere la versione di dos.. piccola precisazione al mio post.. se andate nel newsgroup "comp.os.msdos.programmer" trovate il mio post. Hanno cercato di spiegarmi ma a dire il vero non sono riuscito bene a capire.. Per chi non ha voglia di visualizzare l'intero ng do un copia incolla..
Io ho scritto: Sorry for the stupid question..I'm new from thsi pc world..How can I check the exact version of my ms-dos? I have win 98 SE. is there the possibility to make and upgrade? thanks.. Fabio from Italy Le risposte sono state (le metto separate da un separatore..): ----------------------------------------------------------- At the command prompt type: ver and hit <enter> John ---------------------------------------------------------- There are different ways to ask for the Dos version. You got a reply from Windows. This is what I get when asking Dos. Report from function AX=3000h, Get version number Dos version: 07.10 OEM number: FF OEM name: Microsoft, Phoenix Serial number: Report from function AX=3306h, Get MS-Dos version Dos version: 07.10 Revision number: 00 Dos in RAM, High memory -------------------------------------------------------------- The Dos version included in windows 98SE is not 4.10.2222 but 7.10 ------------------------------------------------------------------- 4.10.2222 is a number of a Windows system, not of the DOS version within the windows system. Windows 98 on carry variants of DOS V7. I don't recall what DOS my 95 had but I suspect it was V7 as well. If you need to know, use one of the Int 21H systems calls with AH=30H and AL= the variant of reply (version, revision, etc) you need as suggested. Or else boot in DOS mode and ask for the version there, not in the commmand line of the Windows DOS emulator -------------------------------------------------------------------- Even when booting up in Dos first the reply from VER is the same, it reports the version of Windows 98SE "Windows 98 [Version 4.10.2222]". The best method to get the Dos version is INT 21H Function 3306H "Get MS-DOS Version". INT 21H AH=30H "Get Version Number" returns the version number set by the SETVER command if set for the program. When I start my computer using the original Windows 95 installation diskette the reply to the VER command is "Windows 95. [Version 4.00.950]" INT 21H Function 3306H reports Dos version 7.00 ------------------------------------------------------------------- Queste sono state le risposte che mi hanno dato circa come scoprire quale versione di dos ho.. A dire il vero non ci ho capito un granchè..anche io sapevo della storia di "ver" dal prompt, ma ho chiesto nel suddetto ng per avere conferma.. Voi che dite allora? Ormai sapere la versione di dos non è che mi importi più di tanto..però era solo per sapere definitivamente una volta per tutte come fare.. Ringrazio Fabio -- Per REVOCARE l'iscrizione alla lista, inviare un email a [EMAIL PROTECTED] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [EMAIL PROTECTED] To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

