Incorporate Brad Clarke's suggestion to use "REGEDIT /EA" rather than
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 25 Jun 2003 15:52:29 +0000 (15:52 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 25 Jun 2003 15:52:29 +0000 (15:52 +0000)
"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).

git-svn-id: svn://svn.tartarus.org/sgt/putty@3305 cda61777-01e9-0310-a592-d414129be87e

doc/config.but

index 00e23c4..1dc0ad4 100644 (file)
@@ -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