mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-28 16:48:39 +01:00
Update switch-tabs.ps1
This commit is contained in:
parent
f49d4f659d
commit
503d1394ea
@ -16,7 +16,7 @@
|
|||||||
param([int]$Interval = 10) # in seconds
|
param([int]$Interval = 10) # in seconds
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Write-Host "✅ Switching browser tabs automatically every $Interval seconds..."
|
Write-Host "⏳ Switching browser tabs automatically every $Interval seconds..."
|
||||||
Write-Host " (click into the browser window to activate it, press Ctrl + C here to stop it)"
|
Write-Host " (click into the browser window to activate it, press Ctrl + C here to stop it)"
|
||||||
$obj = New-Object -com wscript.shell
|
$obj = New-Object -com wscript.shell
|
||||||
while ($true) {
|
while ($true) {
|
||||||
|
Loading…
Reference in New Issue
Block a user