-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcarousel_loader.ahk
More file actions
23 lines (19 loc) · 875 Bytes
/
carousel_loader.ahk
File metadata and controls
23 lines (19 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
;------------------------------------------------------------------------------
; This is loader script that opens FSViewer (which has the default "daily" folder
; as its starting folder) and begins slideshow.
;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Start cover script
; This script queries the Alma set against ContentCafe for high-quality cover images
;------------------------------------------------------------------------------
run nbl.py
sleep 2000
;------------------------------------------------------------------------------
; Start Slideshow
; NOTE: change this folder path as needed.
;------------------------------------------------------------------------------
run .\FSViewer64\FSViewer.exe
sleep 1000
send s
sleep 1000
send {enter}