Updated close-* scripts

This commit is contained in:
Markus Fleschutz 2020-12-28 09:53:24 +00:00
parent 1b50ecadb6
commit e7e4a9cfb7
5 changed files with 5 additions and 5 deletions

View File

@ -8,4 +8,4 @@
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
Start-Process -FilePath "$PathToRepo/Scripts/close-program.ps1" -ArgumentList "chrome" -NoNewWindow -Wait
."$PathToRepo/Scripts/close-program.ps1" "chrome"

View File

@ -8,4 +8,4 @@
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
Start-Process -FilePath "$PathToRepo/Scripts/close-program.ps1" -ArgumentList "msedge" -NoNewWindow -Wait
."$PathToRepo/Scripts/close-program.ps1" "msedge"

View File

@ -8,4 +8,4 @@
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
Start-Process -FilePath "$PathToRepo/Scripts/close-program.ps1" -ArgumentList "explorer" -NoNewWindow -Wait
."$PathToRepo/Scripts/close-program.ps1" "explorer"

View File

@ -8,4 +8,4 @@
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
Start-Process -FilePath "$PathToRepo/Scripts/close-program.ps1" -ArgumentList "thunderbird" -NoNewWindow -Wait
."$PathToRepo/Scripts/close-program.ps1" "thunderbird"

View File

@ -8,4 +8,4 @@
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
Start-Process -FilePath "$PathToRepo/Scripts/close-program.ps1" -ArgumentList "WindowsTerminal" -NoNewWindow -Wait
."$PathToRepo/Scripts/close-program.ps1" "WindowsTerminal"