formatting

This commit is contained in:
Hunter 2016-08-06 17:14:54 -04:00
parent b23df794d7
commit 97e5ae0759
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
```
REM This is a script to download and change the wallpaper in windows 10
REM In order to work, windows must be using the default app for opening photos
DELAY 5000
@ -52,4 +53,5 @@ DELAY 500
DOWN
DELAY 500
ENTER
DELAY 500
DELAY 500
```