Create open_youtube_video.txt

This commit is contained in:
webli
2023-08-28 09:16:12 +02:00
committed by GitHub
parent fde264e438
commit 2c40de5624
+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