• [^] # Re: voir le site du fournisseur

    Posté par . En réponse au message Effectuer une mise à jour de bios. Évalué à 2.

    Ton logiciel de mise à jour du firmware ne fonctionnera pas sous DOS, donc non plus sous FreeDOS. Je viens d’aller voir sur leur site et effectivement je ne vois pas de solution pour DOS/FreeDOS...

    $ file BIOSUpdate.exe 
    BIOSUpdate.exe: PE32 executable (GUI) Intel 80386, for MS Windows
    

    What you are looking at is the MS-DOS header of the Win32 PE file. To ensure either a) backwards compatibility, or b) graceful decline of new file types, Microsoft has written a series of machine instructions(an example program is listed below the DOS header structure) into the head of each PE file. When a 32-bit Windows file is run in a 16-bit DOS environment, the program will display the error message: "This program cannot be run in DOS mode.", then terminate.

    Ça veut dire que ton programme se lancera effectivement sous FreeDOS mais juste pour te dire : "This program cannot be run in DOS mode." et terminer.