diff --git a/HTML/Appendix-01_Windows-environment-vars.html b/HTML/Appendix-01_Windows-environment-vars.html index ad5b8bc..decbdf8 100644 --- a/HTML/Appendix-01_Windows-environment-vars.html +++ b/HTML/Appendix-01_Windows-environment-vars.html @@ -1,73 +1,61 @@ - + EnvVars - - - - - - + + + -
-
-
-

Chapters

-
-
    -
  1. Introduction
  2. -
  3. Structure
  4. -
  5. Packaging
  6. -
  7. Logging
  8. -
  9. Configuration
  10. -
  11. Debugging EXEs
  12. -
  13. Handling errors
  14. -
  15. Testing
  16. -
  17. Documentation
  18. -
  19. Make
  20. -
  21. Providing help
  22. -
  23. Scheduled Tasks
  24. -
  25. Windows Services
  26. -
  27. Windows Event Log
  28. -
  29. Windows Registry
  30. -
  31. Creating SetUp.exe
  32. -
  33. Regular Expressions
  34. -
  35. Acre
  36. -
  37. GUI
  38. -
  39. Git
  40. -
-
-

Appendices

-
-
    -
  1. Windows environment vars
  2. -
  3. User commands
  4. -
  5. aplcores & WS integrity
  6. -
  7. Development environment
  8. -
  9. Special characters
  10. -
-
-

Misc

-
+
- -
-
+
@@ -78,7 +66,6 @@

Overview

Windows comes with quite a number of environment variables. Those variables are helpful in addressing, say, a particular path without actually using a physical path.

For example, on most PCs, Windows is installed in C:\Windows, but this is by no means guaranteed. It is therefore much better to address this particular folder as ⊣2 ⎕NQ # 'GetEnvironment' 'WINDIR'.

Below some of the environment variables found on a Windows 10 system are listed and explained.

-
Information
@@ -171,7 +158,7 @@

HomePath

HomeShare

-

This variable exists only of the user's data (documents, downloads, music…) live on a UNC path. See also HomePath.

+

This variable exists only if the user's data (documents, downloads, music…) live on a UNC path. See also HomePath.

-
-
- \ No newline at end of file diff --git a/manuscript/Appendix-01_Windows-environment-vars.md b/manuscript/Appendix-01_Windows-environment-vars.md index 69721a1..bb90527 100644 --- a/manuscript/Appendix-01_Windows-environment-vars.md +++ b/manuscript/Appendix-01_Windows-environment-vars.md @@ -79,7 +79,7 @@ See also [`USERPROFILE`](#UserProfile) which is usually identical with [`HOMEPAT ### `HomeShare` -This variable exists only of the user's data (documents, downloads, music...) live on a UNC path. See also [`HomePath`](#HomeShare). +This variable exists only if the user's data (documents, downloads, music...) live on a UNC path. See also [`HomePath`](#HomeShare). ### `LocalAppData`{#localappdata}