-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrun.bat
28 lines (22 loc) · 1008 Bytes
/
run.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@echo off
cd C:\Users\storskjerm\Desktop\powerpoint
:: This script will make one-page powerpoint presentations
:: and take screenshots of each slide and put eveything in TEMP
cscript //nologo dump.js "\\\\ubreal54\\SHOW\\script\\_active.ppt"
cscript //nologo dump.js "\\\\ubreal54\\SHOW\\script\\_active.pptx"
timeout 3
cscript //nologo dump.js "\\\\ubreal60\\SHOW\\script\\_active.ppt"
cscript //nologo dump.js "\\\\ubreal60\\SHOW\\script\\_active.pptx"
timeout 3
cscript //nologo dump.js "\\\\ubreal42\\SHOW\\script\\_active.ppt"
cscript //nologo dump.js "\\\\ubreal42\\SHOW\\script\\_active.pptx"
timeout 3
cscript //nologo dump.js "\\\\ubreal36\\SHOW\\script\\_active.ppt"
cscript //nologo dump.js "\\\\ubreal36\\SHOW\\script\\_active.pptx"
timeout 3
cscript //nologo dump.js "\\\\ubreal41\\SHOW\\script\\_active.ppt"
cscript //nologo dump.js "\\\\ubreal41\\SHOW\\script\\_active.pptx"
timeout 3
:: This call will move unique files from TEMP to ARCHIVE, and then empty TEMP
python store.py
:: pause