-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
23 lines (15 loc) · 923 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This script takes in a configuration file and username/password to download a bunch of ssrs files to a shared location
To run this script:
python ssrs_batch.py [username] [optional: config file] [optional: password]
if you don't input a configuration file path it will default to "config.json".
If you don't input a password, you will be prompted to enter it securely (no terminal echo)
To compile this script:
You need the Microsoft Visual C++ Runtime installed on the build machine. The necessary DLL is copied to the output.
For installed python:
1. Type the build command (below)
If running from WinPython 3.4 Zero (https://sourceforge.net/projects/winpython/files/WinPython_3.4/3.4.4.6/)
1. Open the winpython folder.
2. Start the command prompt from the WinPython folder shortcut "WinPython Command Prompt.exe"
3. Type the build command (below)
Build command:
python setup.py build