blob: b68187957903462bf134463032dc39b751ef3419 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
call a_SetVar32.bat
:upload
%WinSCP% /script=z7_UploadInstallers.txt
if errorlevel 1 goto error
echo Upload Installers Success! >> zzReport.txt
if exist %ArchDistr% rd /Q /S "%ArchDistr%%" >nul
goto end
:error
echo Upload Installers Error! >> zzReport.txt
:end
|