Last active
February 12, 2022 23:18
-
-
Save sevenc-nanashi/a0694f71b43a45ee6346bc5a3d5e0c9e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$installed = "C:\tools\ffmpeg\bin" | |
[Environment]::SetEnvironmentVariable("Path", [Environment]::GetEnvironmentVariable("Path", [System.EnvironmentVariableTarget]::User) + ";$installed", [System.EnvironmentVariableTarget]::User) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment