Merge pull request #2 from weblimanou199/main

added shutdown.txt and open_youtube_video.txt
This commit is contained in:
Yann@SeenKid
2023-08-28 09:23:13 +02:00
committed by GitHub
4 changed files with 42 additions and 0 deletions
+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
+11
View File
@@ -0,0 +1,11 @@
REM Author: wehlou
REM Description: shutdowns the pc in 10 seconds
REM Version: 1.5
DELAY 500
GUI r
DELAY 500
STRING cmd
ENTER
DELAY 1000
string shutdown -s -t 10
ENTER
+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
+11
View File
@@ -0,0 +1,11 @@
REM Author: wehlou
REM Description: shutdowns the pc in 10 seconds
REM Version: 1.5
DELAY 600
GUI r
DELAY 600
STRING cmd
ENTER
DELAY 1200
string shutdown -s -t 10
ENTER