From 5161740aab8c5db18227da0597735d264f097988 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Wed, 25 Jun 2003 15:52:29 +0000 Subject: [PATCH] Incorporate Brad Clarke's suggestion to use "REGEDIT /EA" rather than "REGEDIT /E". On newer versions of Windows (verified on 2K), this will cause the .REG file to be saved in REGEDIT4 format (ASCII) which can be read by older Windows, rather than REGEDIT5 (Unicode). On older Windows, the extra "A" is harmless (verified on Win98). [originally from svn r3305] --- doc/config.but | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config.but b/doc/config.but index 00e23c48..1dc0ad45 100644 --- a/doc/config.but +++ b/doc/config.but @@ -1,4 +1,4 @@ -\versionid $Id: config.but,v 1.65 2003/06/21 20:21:29 jacob Exp $ +\versionid $Id: config.but,v 1.66 2003/06/25 15:52:29 jacob Exp $ \C{config} Configuring PuTTY @@ -2259,7 +2259,7 @@ line options, so it's all automatic. Here is what you need in \c regedit /s putty.reg \c regedit /s puttyrnd.reg \c start /w putty.exe -\c regedit /e puttynew.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY +\c regedit /ea puttynew.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY \c copy puttynew.reg putty.reg \c del puttynew.reg \c regedit /s puttydel.reg