How would I execute an external program in assembly? I suppose I'd have to call Winexec() or something. How would I do that? Does it involve 32-bit assembly? Can you execute external programs with 16-bit assembly?