Ms Dos Fc Exe
For a lark, i decided to make a 'real' version of 6.3. It's about four hours' work. There was a kind of MS-DOS 6.3 on the internet, but this was just 6.22 with some strings in command.com hacked. The bulk of the files were indeed straight out of 6.22. And the program happily reported 6.22 to any program seeking 'dosver'.
The MS-DOS MZ executable format is the executable file format used for.EXE files in MS-DOS. The file can be identified by the ASCII string 'MZ' (hexadecimal: 4D 5A. File Compare or FC as we will refer to is from here on out. How to Use FC (File Compare) from the Windows Command Prompt. By Martin Hendrikx on December 30th, 2014. Microsoft MS-DOS 4.01. DEBUG COM 21574 04-07-89 12:00a DISKCOMP COM 9857 04-07-89 12:00a EDLIN COM 14069 04-07-89 12:00a FC EXE 15807 04 -07-89 12:00a. MS-DOS; short for Microsoft Disk Operating System, is an operating system for x86-based personal.
What i wanted was an MS-DOS that was actually MS-DOS 6. Baixar Snes Station Iso. 3, reporting 6.30 to any proggie that asked. For example, it should load PC-DOS 6.3 stuff without worry.
The actual chore is made supprisingly easy, if ye have lying around, MS-DOS 6.21, MS-DOS 6.20, and some handy tools. MS-DOS 6.22 consists of something like 191 files over four diskettes (we're adding in the supplement files). This is 'MS-DOS and Additional Tools', so we cull out the additional tools, to leave 'MS-DOS'.
Modern Warfare 2 Full Game Ps3 here. • QBASIC110 - Edit, Help. May need to dismantle QBHELP - in hand. • DOSSHELL - no changes needed • SCANDISK - We could use the ME version here! - but see if 6.22 works!
• MSAV - It was nasty in its day • DRVSPACE - From 6.20 • DBLSPACE - From 6.22 • MSDRIVER - himem, emm386, mouse, msd, etc - no need to change • MSBACKUP - apparently version free - see Win95 disk • INTERLNK - version free since 5.02 - version free • MEMMAKER - version free = see win95 diskette • NETWORLS - dos upgrades include network files • DEFRAG - needs some work. You first need to unpack files with PKLITE. The files needed to do things from floppies (like fdisk, debug, qhasic), are compressed with PKLITE. The rest are packed with COMPRESS v 1 [this is rather obscure software, not v 2 in the Win3.1 sdk] Most of these are incessently nasty, but it seems little work is needed here, since these all turn out to be version-free stuff (ie don't care what DOS it uses), the exception being DBLSPACE and SCANDISK. We are then left with something like 85 files, which consist of setup, dos5, dos6, and some odds and ends.
Dos5 stuff (like IO.SYS, MSDOS.SYS, etc) typically ask for version, while DOS6 stuff (DELTREE, MOVE.) do not. Doing something like CRC + CRCCHK sorts out what is different. Supprisingly many files just need the DOS versions and copyright date changed. The versions in 6.21 and 6.22 differ by a handful of bytes. Some of the files have large data segments that have changed to reflect the new state of the world (like new SORT tables, new DOSVER tables, etc), still require this change, others, like KEYBOARD.SYS and EGA3.SYS do not. The actual hand-hacked files that require a manual fc/b entry into the batch file, is then fixed along with the balance of the files.
You end up with a batch file like the output from fc /b file1 file2. Comparing files 622 CHKDSK.EXE and 621 CHKDSK.EXE 00000012: 4A 3: 07BB: 136A: 1B1E: 1F5D: 2267: 2491: 2918: 293C: 16 14 It's just a matter of writing a suitable command processor to process this. The relevant commands are One can even do things to the dos kernel (IO.SYS and COMMAND.COM), so that MS-DOS 6.3 can run in 6.20 or 6.21 or 6.22 mode.
• files Open a new file to edit + print file name. • 16 14Change binary DOS version • 34 33 Change 1981-1994 to 1981-1983 • 32 31Change string '6.22' to '6.21' • else print the line. You then set the desired DOS version '061e'x, DOS string '6.30' and Copyright date '1995' and run the batch file through a special command processor that reads this script. Of course, what this tells us is that MS-DOS 6.x is pretty much the same, and that the thing about checking for DOS version is more a commercial, rather than technical reason. I've been tinkering with reducing the size of DOS files, based on the notion that all DOS versions bundle applications with DOS. One might understand that the description of Microsoft's OEM version of DOS is 'Microsoft DOS + additional tools'.
These additional tools are various 'packages' that one might select with the install of DOS, or are integrated in the base install of some versions but not of others. Some of the DOS packages i have created might be contraversial, eg 'msdriver'. When all of these files are pulled from the DOS versions, we have pc-dso 5. All of these rather nicely fit onto a single floppy diskette, without need of compression etc. Most of the stuff from 6.3 and 7.1 has been de-versioned: ie they run under any DOS (including Windows NT). Note however, that some functions are specific to the kernel.