Add surprise_me.bat: Batch file to launch the HTML page

This commit is contained in:
dopeuni444 2025-08-08 09:39:49 +04:00
parent 0a799561c2
commit 0aa857a015

3
surprise_me.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
echo 🎲 Opening Surprise Launcher...
start "" "%~dp0surprise_me_launcher.html"