Skip to content

SotGE/Add-PATH-in-Windows

Repository files navigation



LOGO


Contributors   Forks   Stargazers   Issues   License


Description

Adding directory to PATH Environment Variable in Windows from the TXT file line by line.


Documentation

Write the paths for the environment variable line by line to a file (Path.txt).


SystemAdd.cmd

  • Run as administrator (SystemAdd.cmd).
  • Add all paths from the file (Path.txt) to system variables.
  • Creates a backup (Backup/SystemAdd.txt) system variables.

SystemToUser.cmd

  • Run as administrator (SystemToUser.cmd).
  • The transfer of all the paths of system variables in the user environment variables.
  • Creates a backup (Backup/SystemToUser.txt) user environment variables.

SystemBackup.cmd

  • Run as administrator (SystemBackup.cmd).
  • Creates a backup (Backup/SystemBackup.txt) system variables.

SystemDelete.cmd

  • Run as administrator (SystemDelete.cmd).
  • Delete all paths from the file (Path.txt) to system variables.
  • Creates a backup (Backup/SystemDelete.txt) system variables.

UserAdd.cmd

  • Run as administrator (UserAdd.cmd).
  • Add all paths from the file (Path.txt) to user environment variables.
  • Creates a backup (Backup/UserAdd.txt) user environment variables.

UserToSystem.cmd

  • Run as administrator (UserToSystem.cmd).
  • The transfer of all the paths of user environment variables in the system variables.
  • Creates a backup (Backup/UserToSystem.txt) system variables.

UserBackup.cmd

  • Run as administrator (UserBackup.cmd).
  • Creates a backup (Backup/UserBackup.txt) user environment variables.

UserDelete.cmd

  • Run as administrator (UserDelete.cmd).
  • Delete all paths from the file (Path.txt) to user environment variables.
  • Creates a backup (Backup/UserDelete.txt) user environment variables.

AddSystemUser.cmd

  • Run as administrator (AddSystemUser.cmd).
  • Add all paths from the file (Path.txt) to system variables and user environment variables.
  • Creates a backup (Backup/AddSystem.txt) system variables.
  • Creates a backup (Backup/AddUser.txt) user environment variables.

BackupSystemUser.cmd

  • Run as administrator (BackupSystemUser.cmd).
  • Creates a backup (Backup/BackupSystem.txt) system variables.
  • Creates a backup (Backup/BackupUser.txt) user environment variables.

DeleteSystemUser.cmd

  • Run as administrator (DeleteSystemUser.cmd).
  • Delete all paths from the file (Path.txt) to system variables and user environment variables.
  • Creates a backup (Backup/DeleteSystem.txt) system variables.
  • Creates a backup (Backup/DeleteUser.txt) user environment variables.


System requirements

Windows


Release notes

Can be found in release notes


Contacts

Site: https://sotge.ru/

E-Mail: sotge@hotmail.com

Facebook: @SotGEGDS

VK: @SotGE

Twitter: @SotGE

Telegram: @SotGE


Contributing

Read below to learn how you can take part in improving project

For more information, see code of conduct

Please, follow contributing page

Thank you, contributors!


License

Project code is available under the Apache License 2.0

For more information, see license agreement


About

Adding a directory to PATH Environment Variable in Windows from the TXT file line by line

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published