From 65b5bca2f2e2297dc9a79b62eb98eb19cbdb435e Mon Sep 17 00:00:00 2001
From: Anthony Perkins
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" %*