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