Skip to content

Instantly share code, notes, and snippets.

@AlexDev404
Last active December 12, 2025 01:01
Show Gist options
  • Select an option

  • Save AlexDev404/1447241cea122f7593577b9072ea1c96 to your computer and use it in GitHub Desktop.

Select an option

Save AlexDev404/1447241cea122f7593577b9072ea1c96 to your computer and use it in GitHub Desktop.
@echo off
REM ----- Choose your browser -----
REM For Google Chrome:
set browser="C:\Program Files\Google\Chrome\Application\chrome.exe"
REM ----- Tabs to open -----
set url1=https://www.grinchhourofcode.com/
set url2=https://education.minecraft.net/en-us/lessons/hour-of-ai-the-first-night
set url3=https://studio.code.org/courses/oceans/units/1/lessons/1/levels/1
set url4=https://studio.code.org/courses/hello-world-animals-2021/units/1/lessons/1/levels/1?viewAs=Instructor
set url5=https://compute-it.toxicode.fr/?hour-of-code
set url6=https://imagilabs.com/pages/hour-of-code-creative-python
set url7=https://studio.code.org/courses/mix-move-ai-2025/units/1/lessons/1/levels/1
set url8=https://studio.code.org/courses/dance-ai-2023/units/1/lessons/1/levels/1
set url9=https://codecombat.com/ai/play/hour-of-ai
set url10=https://research.google/ai-quests/intl/en_gb
set url11=https://arcade.makecode.com/#editor
echo Opening all browser tabs...
%browser% ^
%url1% ^
%url2% ^
%url3% ^
%url4% ^
%url5% ^
%url6% ^
%url7% ^
%url8% ^
%url9% ^
%url10% ^
%url11%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment