Newsgroups: comp.os.msdos.djgpp From: rd5718 AT irix DOT bris DOT ac DOT uk (Rich Dawe) Subject: Re: Setting program name? Message-ID: Sender: usenet AT fsa DOT bris DOT ac DOT uk (Usenet) Organization: University of Bristol, England References: <66korf$mul AT news DOT euro DOT net> Date: Wed, 10 Dec 1997 10:09:01 GMT Lines: 27 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Steven Don (shd AT earthling DOT net) wrote: : Hi, I've just started using DJGPP and like it very much. My question doesn't : really regard DJGPP, but more a trick that RHIDE performs. When running RHIDE : in a Win95 DOS box, it changes the name of the DOS box (and resets it when : quitting). Does anybody know how this is performed? Somebody knows, of : course. But please share it with me... You can do it with a DOS interrupt I think, in the same way that you can use Win95's long filenames with DOS interrupts. It's documented in Ralph Brown's interrupt list (I can't remember which section). It's described as "Set Application Title" or something similar. At some point I intend to write some code to do this, but it's just a matter of having enough free time :) Hope this helps, Rich Dawe -- ============================================================================== "You don't have to find the solution, you've got to understand the problem, and don't go hoping for a miracle." - 'Slight Return' by the Bluetones Rich Dawe - 3rd year Physicist @ Bristol Uni, UK E-mail: rd5718 AT bristol DOT ac DOT uk Web pages: http://irix.bris.ac.uk/~rd5718/ ==============================================================================