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