diff options
author | watcherhd <watcherhd@gmail.com> | 2017-08-05 18:28:13 +0300 |
---|---|---|
committer | watcherhd <watcherhd@gmail.com> | 2017-08-05 18:28:13 +0300 |
commit | 760c3ae475b4b39b486f72c7adb8c1f1d83b440f (patch) | |
tree | e3e08ebf880462db266321b8e1528f11d1b71cdf /tools/build_scripts/z5_UploadArchivesStable.bat | |
parent | 6b3e2962bcf7917e0593da3f5c3605e923889fe2 (diff) |
build scripts for those who are willing to keep it all going
Diffstat (limited to 'tools/build_scripts/z5_UploadArchivesStable.bat')
-rw-r--r-- | tools/build_scripts/z5_UploadArchivesStable.bat | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/build_scripts/z5_UploadArchivesStable.bat b/tools/build_scripts/z5_UploadArchivesStable.bat new file mode 100644 index 0000000000..fb52c92134 --- /dev/null +++ b/tools/build_scripts/z5_UploadArchivesStable.bat @@ -0,0 +1,18 @@ +set p1=%1 +if "%p1%" == "" (echo "please spesify 'PASS' parameter to make this batch file work."&&pause&&goto :EOF) + +call a_SetVar32.bat + +:upload +%WinSCP% /script=z5_UploadArchivesStable.txt + +if errorlevel 1 goto error + +echo Upload Archives and Installers Success! >> zzReport.txt +if exist %ArchDistr% rd /Q /S "%ArchDistr%%" >nul +goto end + +:error +echo Upload Archives and Installers Error! >> zzReport.txt + +:end
\ No newline at end of file |