progress
This commit is contained in:
parent
64060a089c
commit
ac3b74bcb4
|
@ -130,6 +130,10 @@ echo exit >> ftp_commands.txt
|
||||||
|
|
||||||
cd temp
|
cd temp
|
||||||
winscp.com /script=../ftp_commands.txt
|
winscp.com /script=../ftp_commands.txt
|
||||||
|
IF NOT ERRORLEVEL 0 echo winscp error DETECTED
|
||||||
|
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||||
|
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
echo %date% %time%
|
echo %date% %time%
|
||||||
echo "build_current_bundle: DONE here"
|
echo "build_current_bundle: DONE here"
|
||||||
|
|
Loading…
Reference in New Issue