From 65b5bca2f2e2297dc9a79b62eb98eb19cbdb435e Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 9 May 2023 14:06:50 +0100 Subject: [PATCH] Change LocalAppData -> LOCALAPPDATA --- docs/PerUserInstallers.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/PerUserInstallers.html b/docs/PerUserInstallers.html index 0036fc4..6a2f9d8 100644 --- a/docs/PerUserInstallers.html +++ b/docs/PerUserInstallers.html @@ -20,8 +20,8 @@ This can stay in the Downloads directory as it will only be needed once.

Second, the 64-bit Windows x64 installer (.exe) should be downloaded. This should be extracted using the previous standalone executable.

-
mkdir %LocalAppData%\Programs\7zip
-cd %LocalAppData%\Programs\7zip
+
mkdir %LOCALAPPDATA%\Programs\7zip
+cd %LOCALAPPDATA%\Programs\7zip
 %USERPROFILE%\Downloads\7zr.exe x %USERPROFILE%\Downloads\7z2201-x64.exe

The 7zip path can then be added to the %PATH% environment variable.

@@ -148,7 +148,7 @@ This can be used by the built-in Windows OpenSSH client by adding an Inclu

The following can be put into a batch file named vim.cmd in the %PATH% to make it easier to launch without pulling in all the other programs:

@ECHO OFF
-"%LocalAppData%\Programs\vim\vim90\vim.exe" %*
+"%LOCALAPPDATA%\Programs\vim\vim90\vim.exe" %*

WinCompose