How can I launch a MINIMIZED DOS box from a 32-bit program? In NT, CreateProcess() can start the CMD.EXE minimized without any problems. However, in Windows 95/98 I can't find a way to launch COMMAND.COM, or any other 16-bit process, MINIMIZED.<br><br>I've tried a lot of permutations of the CreateProcess() parameters and altered .PIF files without success. Does anyone know how to do it?<br><br>Thanks