mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-15 10:28:55 +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
|
||||
|
||||
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)"
|
||||
$obj = New-Object -com wscript.shell
|
||||
while ($true) {
|
||||
|
Loading…
Reference in New Issue
Block a user