home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Complet / FreeDOS / fdbootcd.iso / FREEDOS / DOCS / MOREINFO / EVOLVE.TXT < prev    next >
Text File  |  2003-04-04  |  6KB  |  172 lines

  1. This list is far from complete.  Please e-mail me <steve@dosius.zzn.com> with comments.
  2.  
  3. APPEND          3.3,X
  4.                 /X syntax extended, /PATH added 5.0
  5.  
  6. ASSIGN          2.0,X (Fundamentally unchanged)
  7.  
  8. ATTRIB          3.0,X
  9.                 H and S attribs added 5.0
  10.  
  11. BACKUP          2.0,X
  12.                 Removed 6.0, replaced with MSBACKUP (crippled Norton Backup)
  13.  
  14. CHKDSK          1.0,X
  15.                 /F, /V added 2.0
  16.  
  17. CHOICE          6.0,X (Fundamentally unchanged)
  18.  
  19.         The program, for some strange reason, checks for DOS 4 (!) as the
  20.         minimum OS required.  However, I have cajoled it into running on
  21.         DOSPLUS, which claims DOS 2.11 compatibility (and isn't too good
  22.         at that either).
  23.  
  24. COMP            1.0,X
  25.                 Rewritten 5.0, switches were not supported before then
  26.                 Removed 6.0
  27.  
  28. DEBUG           1.0,X
  29.                 Mini-assembler added 2.0
  30.  
  31. DEFRAG          6.0,X (Fundamentally unchanged)
  32.  
  33. DELTREE         6.0,X (Fundamentally unchanged)
  34.  
  35. DISKCOMP        1.0,X
  36.                 /1 added 1.1, /8 added 2.0
  37.  
  38. DISKCOPY        1.0,X
  39.                 /1 added 1.1, /8 added 2.0
  40.  
  41. DISPLAY.SYS     3.3,D (Fundamentally unchanged)
  42.  
  43. DRIVER.SYS      3.2,D (Fundamentally unchanged)
  44.  
  45. FASTHELP        5.0,X (was called HELP in 5; current name from 6.0)
  46.  
  47. FASTOPEN        3.3,X (Fundamentally unchanged)
  48.  
  49. FC              2.11,X (Fundamentally unchanged)
  50.  
  51.         "Special Edition Using MS-DOS 6.22 Second Edition" says this is new
  52.         to 3.3 - sorry, but that's false.  Before IBM DOS 5.0, it was only
  53.         included with Microsoft's version of DOS; however, I have found FC
  54.         in Tandy, Osborne and Victor OEM versions of DOS 2.11.  It was
  55.         certainly not included in DOS 1.25, although a similar program
  56.         called FILCOM is present in the Corona OEM and bears a Microsoft
  57.         copyright.  I also spotted FC in Seiko-Epson MS-DOS 3.2.
  58.  
  59. FDISK           2.0,X
  60.  
  61.         This wasn't included in a lot of early OEM versions of DOS (prior
  62.         to 3.2, anyway).  Some OEMs rolled their own FDISK replacements,
  63.         such as Zenith.  IBM uses a different codebase from MS, although
  64.         their programs are similar in interface.
  65.  
  66. FIND            2.0,X (Fundamentally unchanged until PC DOS 7)
  67.  
  68. FORMAT          1.0,X
  69.                 /V modified 4.0
  70.                 /Q, /U added 5.0
  71.                 /N, /T added 3.3
  72.                 /8 added 2.0
  73.                 /4 added 3.1
  74.                 /1 added 1.1
  75.                 Undocumented switch /H in DOS 3.30 only?
  76.                 Undocumented switches /AUTOTEST, /BACKUP, /SELECT in 4.0
  77.                    and later; some combinations of these switches do not
  78.                    work in 4.0-6.22 or in 95> but do work in PC DOS 7.
  79.  
  80.         Prior to version 2, the syntax for FORMAT varied dramatically from
  81.         machine to machine.  Zenith MS-DOS 1.25 had a whole slew of options
  82.         that were not in standard FORMAT; one /C option looked to be similar
  83.         to the /Q option provided in DOS 5!
  84.  
  85. GRAFTABL        3.0,X
  86.                 Removed 6.0
  87.  
  88. GRAPHICS        2.0,X
  89.                 Some formats and switches added around DOS 3.2?
  90.                 Extended with additional formats and external config file
  91.                 in DOS 4.0
  92.  
  93. HELP            6.0,X
  94.  
  95. JOIN            3.2,X
  96.  
  97. KBDBUF.SYS      DOS 6 Supplemental,D
  98.  
  99. KEYB            3.3,X
  100.  
  101. LABEL           3.0,X
  102.  
  103. MEM             4.0,X
  104.  
  105.         Rewritten for DOS 5.  DOS 4 accepts the /DEBUG, /PROGRAM switches;
  106.         DOS 5 takes these plus /CLASSIFY; DOS 6 removes /PROGRAM and adds
  107.         /PAGE, /FREE and /MODULE module.  All switches can be abbreviated
  108.         to one letter.
  109.  
  110. MODE            1.1,X
  111.  
  112.         Over time, MODE has evolved to support new DOS features.  This are
  113.         frequent and I am not going to mention the differences from version
  114.         to version.  There are also so many different functions, and I
  115.         expect these are well-known already.
  116.  
  117. MORE            2.0,X
  118.  
  119.         Windows 95 takes an optional filename; AFAIK no other versions of
  120.         DOS support that syntax (FD excluded).  Also, in DR DOS, MORE is
  121.         an internal command (!).
  122.  
  123. MOVE            6.0,X
  124.  
  125. MSCDEX          6.0,X
  126.  
  127. MSD             6.0,X
  128.  
  129. MSHERC          5.0,X
  130.                 Only in 5.0 and various versions of MS compiled BASIC
  131.  
  132.         This program provides a BIOS extension (mode 8 for int10?) which
  133.         can be used to easily access the graphics mode on the Hercules
  134.         video adapter.  It has no use on other systems.  There is one
  135.         switch, /HALF, which prevents the CGA memory area from being used
  136.         as Hercules memory (?).  It is mainly for programs written in
  137.         variants of QuickBasic 4 and later (including VBDOS 1 and QBasic).
  138.  
  139. NLSFUNC         3.3,X
  140.  
  141. PRINT           2.0,X
  142.  
  143. RECOVER         2.0,X
  144.  
  145.         This is so dangerous that it's not even on DOS 6's Supplemental
  146.         Disk!  Actually, SCANDISK has assumed the functionality of RECOVER
  147.         and does a much better job.
  148.  
  149. REPLACE         3.2,X
  150.  
  151. RESTORE         2.0,X
  152.  
  153. SCANDISK        6.2,X
  154.  
  155. SORT            2.0,X
  156.  
  157. SUBST           3.1,X
  158.  
  159. SYS             1.0,X
  160.  
  161.         Before DOS 5, COMMAND.COM was not copied by SYS.  There are
  162.         additional restrictions prior to DOS 4.
  163.  
  164. TREE            2.0,X
  165.                 Rewritten 4.0
  166.  
  167. UNDELETE        5.0,X
  168.                 Crippled except in PC DOS 7
  169.  
  170. UNFORMAT        5.0,X
  171.  
  172. XCOPY           3.2,X