Originally, the MS-DOS operating system provided a batch program interpreter for the shell command.com. Batch programs for MS-DOS are composed of a relatively simple set of commands interpreted directly by command.com (internal commands) and utilities that exist as separate executables (external commands). The evolution of this branch of batch programming proceeded through the releases of MS-DOS, and into Windows 95, Windows 98 and finally Windows ME.
The newest Microsoft Windows versions, Windows 2000 and XP, are not based on MS-DOS, but on Windows NT, introduced before MS-DOS 6.0. In NT systems, a native MS-DOS environment is absent, but included is a MS-DOS compatible CLI (Command Line Interface), resembling a MS-DOS prompt. Some MS-DOS features are not available, but there are many additional features and commands not included with MS-DOS or MS-DOS based versions of Windows.
Various non-Microsoft command interpreters exist that provide enhanced batch program command syntax. An example of these is the 4DOS product.
Several non-Microsoft implementations of batch compilers exist to convert batch programs to directly executable programs. The quality-of-implementation of these compilers varies widely.
The IBM OS/2 operating system contains a text based command facility that is related to the ones supplied with Microsoft operating systems.