sm625
Diamond Member
I have several legacy programs that work fine except they call dos cammands such as LIST and TYPE and attempt to redirect the output to a printer. Most of my legacy software calls a custom 16 bit program very similar to LIST. Since I have the source code I just updated that program to support win 7/8 and so all the legacy software that calls it now runs just fine. But for whatever reason, a few apps still make calls to LIST and TYPE, so I was wondering is there anyway to substitute dos LIST and TYPE for my own custom versions? I guess they are part of command.com.