Say I need to run an old DOS program like Zork which needs an ansi.sys driver. In the XP command environment I can type "nnansi.com" and then "_zork1.com" and I can combine them in a bat file.
This doesn't seem to work in the TCC environment.
What I can do is type "cmd nnansi.com" which waits for more input, then type "_zork1.com" which runs the DOS program okay, although nothing prints when _zork1.com is typed.
I don't understand what's happening and I haven't been able to combine these two commands into a single command or get them to run in a batch or btm file.
Any suggestions?
This doesn't seem to work in the TCC environment.
What I can do is type "cmd nnansi.com" which waits for more input, then type "_zork1.com" which runs the DOS program okay, although nothing prints when _zork1.com is typed.
I don't understand what's happening and I haven't been able to combine these two commands into a single command or get them to run in a batch or btm file.
Any suggestions?