Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
beiranvand-karim committed Aug 25, 2024
1 parent 1267344 commit 261627f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@echo off

REM startup-add-to
REM startup-add-to.bat

Powershell.exe -ExecutionPolicy RemoteSigned -File "startup-add-to.ps1"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#> fina = file name = add-to-startup.ps1 #>
<#> fina = file name = startup-add-to.ps1 #>

get-content "add-to-startup.env" | ForEach-Object {
get-content "startup-add-to.env" | ForEach-Object {
$name, $value = $_.split("=")
set-content env:\$name $value
}
Expand Down

0 comments on commit 261627f

Please sign in to comment.