From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Tip: starting RHIDE in its own DOS window in current directory Date: Thu, 02 Oct 1997 13:59:11 +0200 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 14 Message-ID: <343515d8.8535029@news.uni-duisburg.de> NNTP-Posting-Host: ppp85.uni-duisburg.de 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 Precedence: bulk Hi! To start RHIDE in its own DOS window on Win95, I have a batch file (sr.bat) that copies a rhide.pif with empty working directory to the current directory, if it's not already there: if not exist rhide.pif copy r:\djgpp\rhide.pif start rhide.pif This way RHIDE uses the current directory and I can start RHIDE and don't "loose" my current dos prompt. Regards... Michael