forked from asafravid/sss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.bat
36 lines (34 loc) · 1.78 KB
/
version.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
29
30
31
32
33
34
35
36
REM #############################################################################
REM #
REM # Version 0.1.102 - Author: Asaf Ravid <[email protected]>
REM #
REM # Stock Screener and Scanner - based on yfinance
REM # Copyright (C) 2021 Asaf Ravid
REM #
REM # This program is free software: you can redistribute it and/or modify
REM # it under the terms of the GNU General Public License as published by
REM # the Free Software Foundation, either version 3 of the License, or
REM # (at your option) any later version.
REM #
REM # This program is distributed in the hope that it will be useful,
REM # but WITHOUT ANY WARRANTY; without even the implied warranty of
REM # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
REM # GNU General Public License for more details.
REM #
REM # You should have received a copy of the GNU General Public License
REM # along with this program. If not, see <https://www.gnu.org/licenses/>.
REM #
REM #############################################################################
mkdir Backup\%1
copy sss.py Backup\%1\sss.py
copy sss_run.py Backup\%1\sss_run.py
copy sss_diff.py Backup\%1\sss_diff.py
copy sss_filenames.py Backup\%1\sss_filenames.py
copy sss_filenames.py Backup\%1\sss_filenames.py
copy pdf_generator.py Backup\%1\pdf_generator.py
copy Math.xlsx Backup\%1\Math.xlsx
copy sss_results_performance.py Backup\%1\sss_results_performance.py
copy sss_config.py Backup\%1\sss_config.py
copy sss_indices.py Backup\%1\sss_indices.py
copy sss_post_processing.py Backup\%1\sss_post_processing.py
copy version.bat Backup\%1\version.bat