Mail Archives: djgpp-workers/1999/04/15/12:03:06
On Thu, 15 Apr 1999 Kbwms AT aol DOT com wrote:
> Please explain:
>
> 1) nc
> 2) etc
nc = Norton Commander. etc = other known programs which people use to
invoke from their AUTOEXEC.BAT. For example, vc, mc, bash.
> > Another approach would be to build a COMMAND.COM simulator. Shouldn't
> > be too hard.
>
> I wouldn't bet the farm on that last statement, if I were you.
Well, I'm encouraged by experience: part of this is already done inside
the DJGPP implementation of `system' library function.
COMMAND.COM is quite dumb, and we don't need to emulate all it does, only
what's necessary in this context.
> > You still will need to detect and bypass all calls to
> > batch files and external programs, though.
>
> And heaven only knows what other dangers lurk out there.
Did I say that writing a good installer is a serious task? ;-)
- Raw text -