This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global Wallpapers := [] | |
Loop, C:\tools\ahk\wallpaper\*.* | |
{ | |
Wallpapers.Push(A_LoopFileFullPath) | |
} | |
#SingleInstance Force ; The script will Reload if launched while already running | |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases | |
#KeyHistory 0 ; Ensures user privacy when debugging is not needed |
NewerOlder