mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-23 14:18:38 +01:00
Updated close-* scripts
This commit is contained in:
parent
1b50ecadb6
commit
e7e4a9cfb7
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user