From 1252222a36d09d79822e86b8478bd1d9282e5f9d Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 28 Dec 2020 09:37:29 +0000 Subject: [PATCH] Updated the close-* scripts --- Scripts/close-chrome.ps1 | 2 +- Scripts/close-edge.ps1 | 2 +- Scripts/close-file-explorer.ps1 | 2 +- Scripts/close-thunderbird.ps1 | 2 +- Scripts/close-windows-terminal.ps1 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Scripts/close-chrome.ps1 b/Scripts/close-chrome.ps1 index 93193f7b..9c28b681 100755 --- a/Scripts/close-chrome.ps1 +++ b/Scripts/close-chrome.ps1 @@ -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 -WorkingDirectory "$PathToRepo/Scripts" -FilePath "./close-program.ps1" -ArgumentList "chrome" -NoNewWindow -Wait diff --git a/Scripts/close-edge.ps1 b/Scripts/close-edge.ps1 index 572ebd7e..4f25bb33 100755 --- a/Scripts/close-edge.ps1 +++ b/Scripts/close-edge.ps1 @@ -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 -WorkingDirectory "$PathToRepo/Scripts" -FilePath "./close-program.ps1" -ArgumentList "msedge" -NoNewWindow -Wait diff --git a/Scripts/close-file-explorer.ps1 b/Scripts/close-file-explorer.ps1 index 6a297d04..bfcaed8f 100755 --- a/Scripts/close-file-explorer.ps1 +++ b/Scripts/close-file-explorer.ps1 @@ -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 -WorkingDirectory "$PathToRepo/Scripts" -FilePath "./close-program.ps1" -ArgumentList "explorer" -NoNewWindow -Wait diff --git a/Scripts/close-thunderbird.ps1 b/Scripts/close-thunderbird.ps1 index 4864e24f..51bd8aee 100755 --- a/Scripts/close-thunderbird.ps1 +++ b/Scripts/close-thunderbird.ps1 @@ -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 -WorkingDirectory "$PathToRepo/Scripts" -FilePath "./close-program.ps1" -ArgumentList "thunderbird" -NoNewWindow -Wait diff --git a/Scripts/close-windows-terminal.ps1 b/Scripts/close-windows-terminal.ps1 index 3cbe702d..224e26a9 100755 --- a/Scripts/close-windows-terminal.ps1 +++ b/Scripts/close-windows-terminal.ps1 @@ -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 -WorkingDirectory "$PathToRepo/Scripts" -FilePath "./close-program.ps1" -ArgumentList "WindowsTerminal" -NoNewWindow -Wait