Create open_youtube_video.txt

This commit is contained in:
webli
2023-08-28 09:16:48 +02:00
committed by GitHub
parent 2c40de5624
commit 3e89f39734
+10
View File
@@ -0,0 +1,10 @@
REM Author: weblimanou
REM Description: launch a fullscreen youtube video
REM Version: 1.0
DELAY 500
GUI r
DELAY 500
STRING https://www.youtube.com/watch?v=dQw4w9WgXcQ
ENTER
DELAY 1000
F11