mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-26 09:53:57 +01:00
Updated the close-* files
This commit is contained in:
parent
b425425da0
commit
6207a06a35
@ -6,5 +6,6 @@
|
||||
# Source: github.com/fleschutz/PowerShell
|
||||
# License: CC0
|
||||
|
||||
$ExitCode = close-program.ps1 "chrome"
|
||||
exit $ExitCode
|
||||
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
|
||||
|
||||
Start-Process -WorkingDirectory "$PathToRepo/Scripts" -FilePath "close-program.ps1" -ArgumentList "chrome" -NoNewWindow -Wait
|
||||
|
@ -6,5 +6,6 @@
|
||||
# Source: github.com/fleschutz/PowerShell
|
||||
# License: CC0
|
||||
|
||||
$ExitCode = close-program.ps1 "msedge"
|
||||
exit $ExitCode
|
||||
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
|
||||
|
||||
Start-Process -WorkingDirectory "$PathToRepo/Scripts" -FilePath "close-program.ps1" -ArgumentList "msedge" -NoNewWindow -Wait
|
||||
|
@ -6,5 +6,6 @@
|
||||
# Source: github.com/fleschutz/PowerShell
|
||||
# License: CC0
|
||||
|
||||
$ExitCode = close-program.ps1 "explorer"
|
||||
exit $ExitCode
|
||||
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
|
||||
|
||||
Start-Process -WorkingDirectory "$PathToRepo/Scripts" -FilePath "close-program.ps1" -ArgumentList "explorer" -NoNewWindow -Wait
|
||||
|
@ -6,5 +6,6 @@
|
||||
# Source: github.com/fleschutz/PowerShell
|
||||
# License: CC0
|
||||
|
||||
$ExitCode = close-program.ps1 "thunderbird"
|
||||
exit $ExitCode
|
||||
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
|
||||
|
||||
Start-Process -WorkingDirectory "$PathToRepo/Scripts" -FilePath "close-program.ps1" -ArgumentList "thunderbird" -NoNewWindow -Wait
|
||||
|
@ -6,5 +6,6 @@
|
||||
# Source: github.com/fleschutz/PowerShell
|
||||
# License: CC0
|
||||
|
||||
$ExitCode = close-program.ps1 "WindowsTerminal"
|
||||
exit $ExitCode
|
||||
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
|
||||
|
||||
Start-Process -WorkingDirectory "$PathToRepo/Scripts" -FilePath "close-program.ps1" -ArgumentList "WindowsTerminal" -NoNewWindow -Wait
|
||||
|
Loading…
Reference in New Issue
Block a user