项目作者: SotGE

项目描述 :
Adding directory to PATH Environment Variable in Windows from the TXT file line by line.
高级语言: Batchfile
项目地址: git://github.com/SotGE/Add-PATH-in-Windows.git
创建时间: 2020-03-13T12:58:05Z
项目社区:https://github.com/SotGE/Add-PATH-in-Windows

开源协议:Apache License 2.0

下载


README Russian »

" class="reference-link">

README Russian »



" class="reference-link">

LOGO


Add PATH in Windows v1.0 by SotGE

" class="reference-link">

Add PATH in Windows v1.0 by SotGE

" class="reference-link">

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


Contributors · Forks · Stars · Issues · License

" class="reference-link">

Contributors · Forks · Stars · Issues · License