Received: with ECARTIS (v1.0.0; list gopher); Thu, 03 Nov 2005 00:32:34 -0600 (CST) Received: from outbound4.mail.tds.net ([216.170.230.94]) by glockenspiel.complete.org with esmtp (Exim 4.50) id 1EXYeE-0008A6-IU for gopher@complete.org; Thu, 03 Nov 2005 00:32:33 -0600 Received: from outaamta01.mail.tds.net (outaamta01.mail.tds.net [216.170.230.31]) by outbound4.mail.tds.net (8.13.4/8.12.2) with ESMTP id jA36WMqM003053 for ; Thu, 3 Nov 2005 00:32:22 -0600 (CST) Received: from wybotnnas01-pool0-a92.wybotn.tds.net ([66.222.116.92]) by outaamta01.mail.tds.net with ESMTP id <20051103063222.FVXK15475.outaamta01.mail.tds.net@wybotnnas01-pool0-a92.wybotn.tds.net> for ; Thu, 3 Nov 2005 00:32:22 -0600 To: gopher@complete.org Subject: [gopher] Re: GopherJ Question References: <200511030546.OAA29134@mail5> Message-ID: From: Jeff Content-type: text/plain; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Thu, 03 Nov 2005 00:31:45 -0600 In-Reply-To: User-Agent: Opera M2/8.50 (Win32, build 7700) X-Spam-Status: No (score 0.3): AWL=0.291 X-Virus-Scanned: by Exiscan on glockenspiel.complete.org at Thu, 03 Nov 2005 00:32:33 -0600 X-archive-position: 1146 X-ecartis-version: Ecartis v1.0.0 Sender: gopher-bounce@complete.org Errors-to: gopher-bounce@complete.org X-original-sender: geph@nerdshack.com Precedence: bulk Reply-to: gopher@complete.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: Gopher X-List-ID: Gopher List-subscribe: List-owner: List-post: List-archive: X-list: gopher On Thu, 03 Nov 2005 00:17:59 -0600, Jeff wrote: > Hello, > It's a planned feature. On my own computer I have associated all > no-extension files with notepad so I normally don't have a problem > opening > the textfiles.. You can modify and merge the attached .reg into your > registry if you want that setting. It's just something I overlooked. > Sorry :) > Bah I couldn't attach the file. Create a .reg file and add this to it: [-- Start of regfile (copy text below this line) --] REGEDIT4 [HKEY_CLASSES_ROOT\*file] @="No Extension" "EditFlags"=hex:00,00,00,00 [HKEY_CLASSES_ROOT\*file\Shell] @="" [HKEY_CLASSES_ROOT\*file\Shell\open] [HKEY_CLASSES_ROOT\*file\Shell\open\command] @="notepad.exe \"%1\"" [HKEY_CLASSES_ROOT\*file\DefaultIcon] @="C:\\path\\to\\notepad.exe,0" [-- End of regfile --] -- Jeff