-Jeff Solomon
--
http://www.ChamisPlace.com/tips/
3 new Daily Tips (Internet, Windows, Programming, ...),
FrontPage and Information Server Tools, ...
Jeffrey N. Solomon <jns...@is4.nyu.edu> wrote in article
<01bbd4d4$e49b0320$a8d17a80@jns4100>...
Chami <7222...@compuserve.com> wrote in article
<01bbd4e3$96c79eb0$822a69ce@hpxu>...
The point about which many people are confused is that, on Win NT, a
command prompt is not a DOS box (even though Microsoft, in their
stupidity, use an icon which says "MS-DOS"). The NT command prompt,
CMD.EXE, is a 32-bit program, which just happens to have a text-style
interface rather than a gooey interface.
When you run any 16-bit command-line program, THEN you'll get a
program running in a DOS box (aka Virtual Dos Machine), though it
will by default be doing output to the same console window. One program
you might run is COMMAND.COM, which is basically the command shell from
MS-DOS (V5, I think). About the only reason you'd want to run this
is for a higher level of DOS compatibility than you get from CMD.EXE.