[net.micro.pc] How do I chain programs?

toma@tekchips.UUCP (Tom Almy) (04/11/86)

MS-DOS provides a handy EXEC call to execute another program and then return
to the calling program, but how can I do the simpler task of quiting execution
of a program (freeing the memory) making DOS execute another program?  I have
done this chaining in CP/M, but am at a loss of how to do it in MS-DOS.

Reply to me at (major sites)!tektronix!tekchips!toma

Thank You!

abelsanti@watnot.UUCP (Arnold Belsanti) (05/05/86)

Reguarding chaining files, one after the other, have you ever tried batch files in DOS. I admit they are not very elegant, but they do the trick.