From: tor AT sn DOT no (Tor Sjowall) Newsgroups: comp.os.msdos.djgpp Subject: Re: Win95 DOS Box question Date: Mon, 28 Oct 1996 23:42:19 GMT Organization: SN Internett Lines: 10 Message-ID: <32763b2d.276953820@news.sn.no> References: <01bbc4fc$29002a60$efc488c1 AT pc-psoares DOT math DOT ist DOT utl DOT pt> NNTP-Posting-Host: nm12-16.ppp.sn.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp "Paulo Soares" wrote: >Is it possible to force a DOS program to run without opening a DOS Box? WinExec(szCmd, SW_HIDE); works with win 3.1. The dos box window is hidden from sight. Something similar should be possible with win95. Tor.