Updated the close-* scripts

This commit is contained in:
Markus Fleschutz 2020-12-28 09:41:46 +00:00
parent 1252222a36
commit 1b50ecadb6
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 -WorkingDirectory "$PathToRepo/Scripts" -FilePath "./close-program.ps1" -ArgumentList "chrome" -NoNewWindow -Wait
Start-Process -FilePath "$PathToRepo/Scripts/close-program.ps1" -ArgumentList "chrome" -NoNewWindow -Wait

View File

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

View File

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

View File

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

View File

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