Any differences between Windows NT command.com and Windows XP command.com???

R

RDX

Hi,

I have a small application running in Windows NT 16 bit DOS emulation
shell COMMAND.COM

If I take it to run on Windows XP COMMAND.COM, could there by any
issues/problems?

Any inputs would be helpful.

TIA.
 
R

Rob Schneider

RDX said:
Hi,

I have a small application running in Windows NT 16 bit DOS emulation
shell COMMAND.COM

If I take it to run on Windows XP COMMAND.COM, could there by any
issues/problems?

Any inputs would be helpful.

TIA.

If the program does any direct hardware calls, then probably won't work.
However, the best thing to do is *try* it. Also look at and read
about the Compatibilty Wizard.
 
R

Rob Schneider

RDX said:
Hi,

I have a small application running in Windows NT 16 bit DOS emulation
shell COMMAND.COM

If I take it to run on Windows XP COMMAND.COM, could there by any
issues/problems?

Any inputs would be helpful.

TIA.

Odds are it will work. *Try it*. Use in COMMAND.COM as you propose,
but also try it in the CMD.EXE command prompt (which is the standard on
for XP).

If the program does any direct hardware calls, then probably won't work
as XP doesn't permit this.

Look at and read about the Compatibilty Wizard on your XP machine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top